.debug_changes: &debug_changes
- force-debug.txt
.debug_script: &debug_script
script:
- echo "DEBUG MODE"
- printenv
- hostname
build debug:
stage: build
tags:
- docker_aws
- staging
extends:
- .before_script_custom
environment:
name: ${ENVIRONMENT}
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
- if: '$CI_COMMIT_BRANCH == "cicd_refactor"'
variables:
ENVIRONMENT: staging
changes: *debug_changes
when: on_success
<<: *debug_script
Last active
May 19, 2025 09:29
-
-
Save geodis/90356ddefa8d56868bb15096523a7bca to your computer and use it in GitHub Desktop.
Gitlab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment