We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca562a8 commit e24a84aCopy full SHA for e24a84a
.travis.yml
@@ -13,10 +13,10 @@ before_script:
13
- pip3 install --editable .
14
script:
15
- 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
17
- echo "${FINDINGS_ENV}" | base64 -d >> findings_v1.env
18
- echo "${NOTIFICATIONS_ENV}" | base64 -d >> notifications_v1.env
19
# - echo "${CONFIGURATION_GOVERNANCE_ENV}" | base64 -d >> configuration_governance_v1.env
-- curl https://us-south.functions.appdomain.cloud/api/v1/web/e6b54af6-ab44-4149-a8e4-e906dcc58136/default/secadvstg-location-shift.json
20
- tox
21
- find . -name "*.env" -type f -delete
22
before_deploy:
0 commit comments