Skip to content
Snippets Groups Projects
Commit 329a570e authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

refactor: comment out unused CI variables in ci_dev.gitlab-ci.yml

parent 1e63af9e
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ stages: ...@@ -6,11 +6,11 @@ stages:
- dev_build_and_push - dev_build_and_push
variables: variables:
CI_JOB_TOKEN: $CI_JOB_TOKEN # CI_JOB_TOKEN: $CI_JOB_TOKEN
CI_DEBUG_TRACE: "false" CI_DEBUG_TRACE: "false"
CI_REGISTRY_USER: $CI_REGISTRY_USER # CI_REGISTRY_USER: $CI_REGISTRY_USER
CI_REGISTRY: $CI_REGISTRY # CI_REGISTRY: $CI_REGISTRY
CAPIF_DOCKER_REGISTRY: $CAPIF_DOCKER_REGISTRY # CAPIF_DOCKER_REGISTRY: $CAPIF_DOCKER_REGISTRY
.dev_common: &dev_common .dev_common: &dev_common
......
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