Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 96ef4c00 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

ci: test variable

parent 0d0c9b99
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
variables:
  TRUC: 0.13

.docker:
  stage: build
  image: docker:26
@@ -58,7 +61,7 @@ deploy_staging:
    forward:
      pipeline_variables: true
  variables:
    DOCKER_TAG: latest
    DOCKER_TAG: $TRUC
  when: manual

deploy_production:
@@ -75,4 +78,4 @@ deploy_production:
    forward:
      pipeline_variables: true
  variables:
    DOCKER_TAG: ${CI_COMMIT_TAG/v/}
    DOCKER_TAG: $CI_COMMIT_TAG