mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 18:05:05 +01:00
ci
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user