Skip to content

Commit eb2e557

Browse files
authored
fix: Corrects github remote to origin and ignores rubygems api checksum (#6)
1 parent b2a5c9c commit eb2e557

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fi
194194

195195
revision=$(git rev-parse HEAD)
196196
shortref=$(git rev-parse --short "$revision")
197-
repo_url=$(git remote get-url upstream)
197+
repo_url=$(git remote get-url origin)
198198
if [ -z "$repo_url" ]
199199
then
200200
die 7 "No remote found"

oci/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN mkdir -p ./vendor/cache && \
2222
bundle exec rake build && \
2323
mv pkg/*.gem ./vendor/cache/ && \
2424
cp oci/Gemfile . && \
25+
bundle config set --local disable_checksum_validation true && \
2526
bundle install --jobs $JOBS
2627

2728
# Remove folders not needed in resulting image

0 commit comments

Comments
 (0)