Skip to content

Commit

Permalink
Do not stay in GitHub workspace to not have Gemfile conflict
Browse files Browse the repository at this point in the history
If the current project is a Ruby one, the Docker image's Ruby version can
diverge from the Gemfile one. By staying in another folder, we'll avoid
this kind of situation.
  • Loading branch information
scharrier committed Feb 12, 2020
1 parent 8366ead commit ac8a38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -l

cd /home
gem install bump-cli
$GEM_HOME/bin/bump $1 ${GITHUB_WORKSPACE}/$2 --id $3 --token $4 --validation $5

0 comments on commit ac8a38c

Please sign in to comment.