Skip to content
Snippets Groups Projects
Commit 1f28a9ac authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: set GitHub trigger callback to avoid circular dependency

parent 4157de13
No related branches found
No related tags found
1 merge request!736fix: set GitHub trigger callback to avoid circular dependency
...@@ -43,6 +43,10 @@ variables: ...@@ -43,6 +43,10 @@ variables:
## Internal tag used for the CI ## Internal tag used for the CI
INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}" INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
## Default to empty GitHub trigger callbacks
GITHUB_SHA: ""
GITHUB_REPOSITORY: ""
stages: stages:
- status-pending - status-pending
- config - config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment