We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d5d05 commit 291b948Copy full SHA for 291b948
.github/workflows/build.yml
@@ -134,6 +134,7 @@ jobs:
134
chmod +x ./build-exec
135
# wait for docker exec to be ready
136
timeout 10 bash -c 'until ./build-exec bundle config set --local without check; do sleep 1; done'
137
+ - run: ./build-exec bundle config set --local without check
138
- run: ./build-exec ./bin/setup
139
- run: ./build-exec bundle exec rake compile
140
- name: Pre-release configuration
0 commit comments