Skip to content

Commit e628bc8

Browse files
committed
build(appscan): Only run appscan on tagged commits
1 parent 9c9e110 commit e628bc8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ install:
1515
- pip install tox-travis
1616
- pip install bumpversion
1717
- npm install @semantic-release/exec
18-
# - 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd ../; fi'
19-
- cd appscan; make asoc-tool; cd ../;
18+
- 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd ../; fi'
2019
before_script:
21-
# - 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi'
22-
- chmod a+x ./appscan/ASOC.sh
20+
- 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi'
2321
script:
24-
# - 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi'
25-
- ./appscan/ASOC.sh
22+
- 'if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi'
2623
- pip install -U python-dotenv
2724
- tox
2825
before_deploy:

0 commit comments

Comments
 (0)