From 6cf8f835267581d551ca6695b3b02c34797e2cf4 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 14 Jul 2020 01:08:15 -0400 Subject: [PATCH] gitlab-ci: Work around PowerShell incompatibility --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f34862fa3ba4..fd106f4663a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -548,7 +548,7 @@ release-x86_64-linux-fedora27: - git submodule sync --recursive - git submodule update --init --recursive - git checkout .gitmodules - - "git fetch https://gitlab.haskell.org/ghc/ghc-performance-notes.git refs/notes/perf:refs/notes/perf || true" + - "git fetch https://gitlab.haskell.org/ghc/ghc-performance-notes.git refs/notes/perf:refs/notes/perf" - bash .gitlab/win32-init.sh after_script: - rd /s /q tmp