Skip to content

Commit

Permalink
fixed .travis.yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EDev committed Dec 2, 2020
1 parent 717810d commit 43b8024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ after_success:
- chmod +x scripts/generateDocumentationAndDeploy.sh
- if [ "$TRAVIS_BUILD_DOCS" == "ON" ]; then ./scripts/generateDocumentationAndDeploy.sh; fi

before_deploy:
before_deploy:
- git config --local user.name "Travis CI"
- git config --local user.email "travis@travis-ci.org"
- git fetch --tags -f
- git tag -d Nightly-CD
- git tag -fa Nightly-CD -m "new deploy on $(date +"%Y-%m-%d %T")"
- git push https://${GH_REPO_TOKEN}@${GH_REPO_REF} --tags -f

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 43b8024

Please sign in to comment.