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