Skip to content

Commit ac8a38c

Browse files
committed
Do not stay in GitHub workspace to not have Gemfile conflict
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.
1 parent 8366ead commit ac8a38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh -l
22

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

0 commit comments

Comments
 (0)