From 583a507fbc6e69ae3df3716065ea9f5e42adda7e Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Mon, 29 May 2023 18:49:58 -0400 Subject: [PATCH] crusher,ci: set unique env per pipeline --- .gitlab/gitlab-ci-crusher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/gitlab-ci-crusher.yml b/.gitlab/gitlab-ci-crusher.yml index a78a3db90d..3e07a59794 100644 --- a/.gitlab/gitlab-ci-crusher.yml +++ b/.gitlab/gitlab-ci-crusher.yml @@ -168,7 +168,7 @@ build:crusher-cray: "https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_ORIGINAL_SHA}" -d "{\"state\":\"${CI_JOB_NAME}\", \"context\":\"${STATUS_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"description\":\"${STATUS_DESC}\"}" environment: - name: reporting-github + name: report-$DOWNSTREAM_COMMIT_SHA pending: stage: pre