From 712653fd8bf1f8c39431449b9d866b60940ff597 Mon Sep 17 00:00:00 2001 From: Jaelyn Litzinger <93339979+jaelynlitz@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:32:50 -0700 Subject: [PATCH] remove comment, test incline [incline-rebuild] --- .gitlab/pnnl/base.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/pnnl/base.gitlab-ci.yml b/.gitlab/pnnl/base.gitlab-ci.yml index fada1603f..ca8aa6563 100644 --- a/.gitlab/pnnl/base.gitlab-ci.yml +++ b/.gitlab/pnnl/base.gitlab-ci.yml @@ -244,7 +244,7 @@ stages: git commit -m "Update ${MY_CLUSTER} spack built tcl modules - [${MY_CLUSTER}-test]" # Re-target GitHub as our remote - git remote set-url origin https://gitlab-ci-token:${SPACK_GIT_TOKEN}@github.com/ORNL/ReSolve.git #testing + git remote set-url origin https://gitlab-ci-token:${SPACK_GIT_TOKEN}@github.com/ORNL/ReSolve.git # Do a rebase incase another pipeline has pushed since build started git pull --rebase origin ${CI_COMMIT_REF_NAME}