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 294d9b0 commit bc1c768Copy full SHA for bc1c768
.travis.yml
@@ -38,7 +38,7 @@ jobs:
38
- stage: github_release
39
if: type = push AND tag =~ /^v\d*\.\d*\.\d*$/
40
name: "(Pipeline Stage 3)Create release containing just definitions"
41
- script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ..
+ script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ../..
42
deploy:
43
provider: releases
44
api_key: "$GITHUB_SECRET_TOKEN"
0 commit comments