Skip to content
Snippets Groups Projects
Commit 0e5ae2f7 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

Update .gitlab-ci.yml file

parent 77e4edea
No related branches found
No related tags found
No related merge requests found
Pipeline #121801 failed
...@@ -82,8 +82,7 @@ full-deploy-production: ...@@ -82,8 +82,7 @@ full-deploy-production:
stage: deploy stage: deploy
# only run when stable tag is assigned and the pipeline is triggered in the web UI # only run when stable tag is assigned and the pipeline is triggered in the web UI
only: only:
variables: - web
- ($CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_TAG =~ /stable/)
<<: *ssh_setup <<: *ssh_setup
environment: Production environment: Production
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment