From 5b63ec86528d52d7bfa86bef9abdf263d2ddc9bf Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 3 Jul 2020 23:52:11 -0700 Subject: Remove references to `master` from CI - [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci` --- lib/spack/spack/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/ci.py b/lib/spack/spack/ci.py index 22ba60235a..283fcab3a1 100644 --- a/lib/spack/spack/ci.py +++ b/lib/spack/spack/ci.py @@ -493,7 +493,7 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file, after_script = None if custom_spack_repo: if not custom_spack_ref: - custom_spack_ref = 'master' + custom_spack_ref = 'develop' before_script = [ ('git clone "{0}"'.format(custom_spack_repo)), 'pushd ./spack && git checkout "{0}" && popd'.format( -- cgit v1.2.3-60-g2f50