Skip to content

Commit

Permalink
Definitions Update release multiple services
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Benkevich authored and Anton Benkevich committed Jul 27, 2020
1 parent b83214e commit 294d9b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
install:
- pip install ./
script: python scripts/validate_my_definition.py -d alsdkdefs/apis/assets_query/
- python: 3.7
install: pip install -U tox-travis
script: tox
- stage: test_other_os
language: sh
python: 3
Expand All @@ -41,7 +38,7 @@ jobs:
- stage: github_release
if: type = push AND tag =~ /^v\d*\.\d*\.\d*$/
name: "(Pipeline Stage 3)Create release containing just definitions"
script: zip -rj AlertLogicOpenAPIDefinitions.zip alsdkdefs/apis
script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ..
deploy:
provider: releases
api_key: "$GITHUB_SECRET_TOKEN"
Expand Down

0 comments on commit 294d9b0

Please sign in to comment.