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 b83214e commit 294d9b0Copy full SHA for 294d9b0
.travis.yml
@@ -13,9 +13,6 @@ jobs:
13
install:
14
- pip install ./
15
script: python scripts/validate_my_definition.py -d alsdkdefs/apis/assets_query/
16
- - python: 3.7
17
- install: pip install -U tox-travis
18
- script: tox
19
- stage: test_other_os
20
language: sh
21
python: 3
@@ -41,7 +38,7 @@ jobs:
41
38
- stage: github_release
42
39
if: type = push AND tag =~ /^v\d*\.\d*\.\d*$/
43
40
name: "(Pipeline Stage 3)Create release containing just definitions"
44
- script: zip -rj AlertLogicOpenAPIDefinitions.zip alsdkdefs/apis
+ script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ..
45
deploy:
46
provider: releases
47
api_key: "$GITHUB_SECRET_TOKEN"
0 commit comments