mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 06:15:06 +00:00
Test Script Changes
This commit is contained in:
parent
375c9d7997
commit
e5b37f7c6f
2 changed files with 21 additions and 21 deletions
|
@ -50,20 +50,20 @@ MONTH=$(date +"%m")
|
|||
# Make Sure we are in the Build Directory
|
||||
# ***************************************
|
||||
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
cd ${TRAVIS_BUILD_DIR}
|
||||
sudo git remote -v
|
||||
|
||||
# *************************
|
||||
# Create our Version Number
|
||||
# *************************
|
||||
|
||||
export GIT_TAG=V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER
|
||||
export GIT_TAG=V3.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}
|
||||
|
||||
# ***************
|
||||
# Tag our release
|
||||
# ***************
|
||||
|
||||
git tag $GIT_TAG -a -m "V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER"
|
||||
git tag ${GIT_TAG} -a -m "V3.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}"
|
||||
|
||||
# *****************************************
|
||||
# Push our commit and tags back to the repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue