This commit is contained in:
2018-10-07 12:07:25 +02:00
parent 42016b8e53
commit 61ff9f146a

View File

@@ -6,7 +6,7 @@ variables:
stages:
- build
- test
- deploy
- release
cache:
key: ${CI_COMMIT_REF_SLUG}
@@ -25,9 +25,9 @@ firmware:
- pio run -t buildfs
release:
stage: deploy
stage: release
only:
- /^release/.*$/
- /^release-.*$/
image: python:latest
script:
- pip install awscli