Skip to content

Commit

Permalink
do not gate PR builds on rbx
Browse files Browse the repository at this point in the history
see sparklemotion#1656 for details
  • Loading branch information
flavorjones committed Jun 19, 2017
1 parent 451d598 commit 81b5cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/nokogiri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ jobs:
- ruby-<%= RUBIES[:mri].last %>-vendored-pr
- ruby-<%= RUBIES[:mri].last %>-valgrind-pr
- jruby-<%= RUBIES[:jruby].last %>-pr
- rbx-<%= RUBIES[:rbx].last %>-pr
# - rbx-<%= RUBIES[:rbx].last %>-pr # until we unpause the task
- put: nokogiri-pr
params: {path: nokogiri-pr, status: success}

Expand Down

0 comments on commit 81b5cea

Please sign in to comment.