Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit bd57355

Browse files
authored
Enable specifying NEURON branch for GitLab CI. (#525)
Enable support for CI_BRANCHES specifications in PR descriptions. The implementation lives in hpc/gitlab-pipelines!17. Closes #505.
1 parent 799efda commit bd57355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ stages:
1414
# Set up Spack
1515
spack_setup:
1616
extends: .spack_setup_ccache
17+
variables:
18+
# Enable fetching GitHub PR descriptions and parsing them to find out what
19+
# branches to build of other projects.
20+
PARSE_GITHUB_PR_DESCRIPTIONS: "true"
1721
script:
1822
- !reference [.spack_setup_ccache, script]
1923
# This allows us to use the CoreNEURON repository in regression tests of

0 commit comments

Comments
 (0)