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