summaryrefslogtreecommitdiff
path: root/.github/workflows/setup_git.ps1
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2022-03-17 13:29:29 -0400
committerGitHub <noreply@github.com>2022-03-17 10:29:29 -0700
commit5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727 (patch)
treeeff7e9688957ac1735563ca58a8cfd2af704c55d /.github/workflows/setup_git.ps1
parent27f608c80035324cde5181f63c52e8a6761de9f0 (diff)
downloadspack-5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727.tar.gz
spack-5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727.tar.bz2
spack-5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727.tar.xz
spack-5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727.zip
Remove references to `features/windows-support` branch (#29565)
Diffstat (limited to '.github/workflows/setup_git.ps1')
-rw-r--r--.github/workflows/setup_git.ps15
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1
index 19d3b81b97..36e0157c54 100644
--- a/.github/workflows/setup_git.ps1
+++ b/.github/workflows/setup_git.ps1
@@ -9,8 +9,3 @@ if ($(git branch --show-current) -ne "develop")
{
git branch develop origin/develop
}
-
-if ($(git branch --show-current) -ne "features/windows-support")
-{
- git branch features/windows-support origin/features/windows-support
-}