summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-07-20 08:34:13 +0200
committerMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-07-20 08:34:13 +0200
commit13e6f87ef6527954b152eaea303841978e83b992 (patch)
treef2038155d591b7898d3e53c4ccc7172e97ddd2c5
parent45183d2b497caa7a1914f34ecfcd289516df410c (diff)
downloadspack-0.18.1.tar.gz
spack-0.18.1.tar.bz2
spack-0.18.1.tar.xz
spack-0.18.1.zip
Make CI work for Windows on a push to the release branchv0.18.1
-rw-r--r--.github/workflows/setup_git.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1
index f54e05ab9d..d68f90a7ae 100644
--- a/.github/workflows/setup_git.ps1
+++ b/.github/workflows/setup_git.ps1
@@ -9,5 +9,4 @@ git config --global core.longpaths true
if ($(git branch --show-current) -ne "develop")
{
git branch develop origin/develop
- git branch releases/v0.18 origin/releases/v0.18
}