Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fi

revision=$(git rev-parse HEAD)
shortref=$(git rev-parse --short "$revision")
repo_url=$(git remote get-url upstream)
repo_url=$(git remote get-url origin)
if [ -z "$repo_url" ]
then
die 7 "No remote found"
Expand Down
1 change: 1 addition & 0 deletions oci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN mkdir -p ./vendor/cache && \
bundle exec rake build && \
mv pkg/*.gem ./vendor/cache/ && \
cp oci/Gemfile . && \
bundle config set --local disable_checksum_validation true && \
bundle install --jobs $JOBS

# Remove folders not needed in resulting image
Expand Down
Loading