Cleaning build script.
This commit is contained in:
parent
e11dee220f
commit
91e5d3736f
2
build.sh
2
build.sh
@ -7,4 +7,4 @@ VERSION="${BASE_VERSION}.$(date '+%y%m%j')$TODAYS_VERSION"
|
||||
|
||||
./version.sh ${VERSION} $@
|
||||
|
||||
./publish-version.sh ${VERSION} $@
|
||||
./publish-version.sh ${VERSION}
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
# You can pass --force as first parameter to force push and tag creation.
|
||||
|
||||
echo "Creating tag $1"
|
||||
echo "Creating tag $@"
|
||||
|
||||
git tag $1 $@
|
||||
git tag $@
|
||||
|
||||
echo "Pushing tag"
|
||||
|
||||
git push origin $1 $@
|
||||
git push origin $@
|
||||
|
Loading…
Reference in New Issue
Block a user