From 61ff9f146a48d34e51735973f1e395e6f2becc24 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sun, 7 Oct 2018 12:07:25 +0200 Subject: [PATCH] ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06a1e73..f1b7c88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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