Skip to content

Commit

Permalink
auto-update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Dec 1, 2019
1 parent 11b6e7f commit 5b94541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 0 additions & 14 deletions common-tools/cnuphys/cnuphys/deployDistribution.sh

This file was deleted.

2 changes: 2 additions & 0 deletions version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ new=$2

if [[ "$OSTYPE" == "darwin"* ]]; then
find . -type f -name pom.xml -exec sed -i '' -e "s/$old-SNAPSHOT/$new-SNAPSHOT/" "{}" \;
find . -type f -name deployDistribution.sh -exec sed -i '' -e "s/$old/$new/" "{}" \;
else
find . -type f -name pom.xml -exec sed -i -e "s/$old-SNAPSHOT/$new-SNAPSHOT/" "{}" \;
find . -type f -name deployDistribution.sh -exec sed -i -e "s/$old/$new/" "{}" \;
fi


0 comments on commit 5b94541

Please sign in to comment.