Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #798 from cdrage/update-release-script
Browse files Browse the repository at this point in the history
Update release script regex
  • Loading branch information
cdrage authored Sep 7, 2016
2 parents a7dccff + 7517437 commit 2c5eeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ update_library() {
git checkout -b $BRANCH

# Commit
find . -type f -iname 'Dockerfile' -exec sed -i "s,^FROM.projectatomic*,FROM projectatomic/atomicapp:$1," "{}" +;
find . -type f -iname 'Dockerfile' -exec sed -i "s,FROM projectatomic/atomicapp:[0-9].[0-9].[0-9],FROM projectatomic/atomicapp:$1," "{}" +;
git add .
git commit -m "Sync with $1 release"
git push origin $BRANCH
Expand Down

0 comments on commit 2c5eeca

Please sign in to comment.