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 b2a5c9c commit eb2e557Copy full SHA for eb2e557
ci/build_image.sh
@@ -194,7 +194,7 @@ fi
194
195
revision=$(git rev-parse HEAD)
196
shortref=$(git rev-parse --short "$revision")
197
-repo_url=$(git remote get-url upstream)
+repo_url=$(git remote get-url origin)
198
if [ -z "$repo_url" ]
199
then
200
die 7 "No remote found"
oci/Containerfile
@@ -22,6 +22,7 @@ RUN mkdir -p ./vendor/cache && \
22
bundle exec rake build && \
23
mv pkg/*.gem ./vendor/cache/ && \
24
cp oci/Gemfile . && \
25
+ bundle config set --local disable_checksum_validation true && \
26
bundle install --jobs $JOBS
27
28
# Remove folders not needed in resulting image
0 commit comments