Skip to content

Commit

Permalink
Add script to create new version and push it to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Apr 2, 2018
1 parent f858bab commit e139cee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildVersionTagAndPush.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

VERSION=$1

echo "Creating version ${VERSION}"

./buildBase.sh && ./buildTest.sh && ./buildChrome.sh && ./combineReports.sh && ./tagAndPush.sh ${VERSION}

0 comments on commit e139cee

Please sign in to comment.