Skip to content

Commit

Permalink
gitlab-ci: Work around PowerShell incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Jul 14, 2020
1 parent e89007d commit 6cf8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cf8f83

Please sign in to comment.