From 9eb87d1026819875dec8bb7fa00252576fd62006 Mon Sep 17 00:00:00 2001 From: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> Date: Wed, 23 Sep 2020 09:35:29 -0700 Subject: [PATCH] OLCF Ascent gitlab ci trigger: pass SPACK_REF (#18875) --- share/spack/gitlab/ascent_pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/spack/gitlab/ascent_pipeline.yml b/share/spack/gitlab/ascent_pipeline.yml index 48aca38a316..4b00ec19e24 100644 --- a/share/spack/gitlab/ascent_pipeline.yml +++ b/share/spack/gitlab/ascent_pipeline.yml @@ -1,6 +1,9 @@ merge_pipeline: only: - develop + variables: + SPACK_REPO: ${CI_PROJECT_URL} + SPACK_REF: ${CI_COMMIT_SHA} trigger: project: ecpcitest/e4s strategy: depend