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

fix: rm GITHUB_SHA and GITHUB_REPOSITORY; rely on dotenv

parent 1f28a9ac
No related branches found
No related tags found
1 merge request!736fix: set GitHub trigger callback to avoid circular dependency
...@@ -43,10 +43,6 @@ variables: ...@@ -43,10 +43,6 @@ 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
...@@ -523,8 +519,6 @@ benchmarks:detector:nightly: ...@@ -523,8 +519,6 @@ benchmarks:detector:nightly:
- version - version
- jug_xl:nightly - jug_xl:nightly
variables: variables:
GITHUB_SHA: "${GITHUB_SHA}"
GITHUB_REPOSITORY: "${GITHUB_REPOSITORY}"
DETECTOR: "epic" DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment