diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2022-03-17 13:29:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 10:29:29 -0700 |
commit | 5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727 (patch) | |
tree | eff7e9688957ac1735563ca58a8cfd2af704c55d /.github | |
parent | 27f608c80035324cde5181f63c52e8a6761de9f0 (diff) | |
download | spack-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')
-rw-r--r-- | .github/workflows/setup_git.ps1 | 5 |
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 -} |