Skip to content

Commit e24a84a

Browse files
author
Gaurav Goswami
committed
changed order
1 parent ca562a8 commit e24a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ before_script:
1313
- pip3 install --editable .
1414
script:
1515
- pip3 install -U python-dotenv
16+
- curl https://us-south.functions.appdomain.cloud/api/v1/web/e6b54af6-ab44-4149-a8e4-e906dcc58136/default/secadvstg-location-shift.json
1617
- echo "${FINDINGS_ENV}" | base64 -d >> findings_v1.env
1718
- echo "${NOTIFICATIONS_ENV}" | base64 -d >> notifications_v1.env
1819
# - echo "${CONFIGURATION_GOVERNANCE_ENV}" | base64 -d >> configuration_governance_v1.env
19-
- curl https://us-south.functions.appdomain.cloud/api/v1/web/e6b54af6-ab44-4149-a8e4-e906dcc58136/default/secadvstg-location-shift.json
2020
- tox
2121
- find . -name "*.env" -type f -delete
2222
before_deploy:

0 commit comments

Comments
 (0)