File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
2019before_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'
2321script :
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
2825before_deploy :
You can’t perform that action at this time.
0 commit comments