Skip to content
Snippets Groups Projects
Commit 9833f6f8 authored by cyril.cros's avatar cyril.cros
Browse files

Single quote test

parent 623e54c2
No related branches found
No related tags found
No related merge requests found
Pipeline #58455 passed
......@@ -61,7 +61,7 @@ kustomize_build_apply:
- build_nginx_with_jbrowse_config_file
rules:
- when: always
- if: $CI_COMMIT_REF_NAME == "main"
- if: '$CI_COMMIT_REF_NAME == "main"'
variables:
JBROWSE_HOSTNAME: "genomes.arendt.embl.de"
RELEASE_LABEL: "prod"
......@@ -81,7 +81,7 @@ clean_up_k8s_deployment:
- kustomize_build_apply
rules:
- when: on_failure
- if: $CI_COMMIT_REF_NAME == "main"
- if: '$CI_COMMIT_REF_NAME == "main"'
variables:
JBROWSE_HOSTNAME: "genomes.arendt.embl.de"
RELEASE_LABEL: "prod"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment