[Git][ghc/ghc][ghc-8.8] gitlab-ci: Work around PowerShell incompatibility

Ben Gamari gitlab at gitlab.haskell.org
Tue Jul 14 05:08:46 UTC 2020



Ben Gamari pushed to branch ghc-8.8 at Glasgow Haskell Compiler / GHC


Commits:
6cf8f835 by Ben Gamari at 2020-07-14T01:08:31-04:00
gitlab-ci: Work around PowerShell incompatibility

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6cf8f835267581d551ca6695b3b02c34797e2cf4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6cf8f835267581d551ca6695b3b02c34797e2cf4
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200714/607e0c38/attachment.html>


More information about the ghc-commits mailing list