Skip to content

Commit 294d9b0

Browse files
Anton BenkevichAnton Benkevich
authored andcommitted
Definitions Update release multiple services
1 parent b83214e commit 294d9b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
install:
1414
- pip install ./
1515
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
1916
- stage: test_other_os
2017
language: sh
2118
python: 3
@@ -41,7 +38,7 @@ jobs:
4138
- stage: github_release
4239
if: type = push AND tag =~ /^v\d*\.\d*\.\d*$/
4340
name: "(Pipeline Stage 3)Create release containing just definitions"
44-
script: zip -rj AlertLogicOpenAPIDefinitions.zip alsdkdefs/apis
41+
script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ..
4542
deploy:
4643
provider: releases
4744
api_key: "$GITHUB_SECRET_TOKEN"

0 commit comments

Comments
 (0)