Skip to content

Commit

Permalink
git push on update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiorussia committed Jan 25, 2020
1 parent 28b8af3 commit 6eba3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ version_scala="$2"
root="$( cd "$( dirname "$0" )" && pwd )"
cd "$root/"
sed -i -e "s|^ENV SBT_VERSION.*|ENV SBT_VERSION $version_sbt|" -e "s|^ENV SCALA_VERSION.*|ENV SCALA_VERSION $version_scala|" image-*/Dockerfile
git commit -am"sbt $version_sbt, scala $version_scala"
git commit -am"sbt $version_sbt, scala $version_scala" && git push

0 comments on commit 6eba3c0

Please sign in to comment.