[Git][ghc/ghc][wip/test-primops] ci: set -e for lint-ci-config scripts
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Sun Aug 6 07:55:57 UTC 2023
Matthew Pickering pushed to branch wip/test-primops at Glasgow Haskell Compiler / GHC
Commits:
ee725721 by Matthew Pickering at 2023-08-06T08:55:50+01:00
ci: set -e for lint-ci-config scripts
- - - - -
2 changed files:
- .gitlab/generate-ci/generate-job-metadata
- .gitlab/generate-ci/generate-jobs
Changes:
=====================================
.gitlab/generate-ci/generate-job-metadata
=====================================
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+set -e
+
out_dir="$(git rev-parse --show-toplevel)/.gitlab"
# Update job metadata for ghcup
=====================================
.gitlab/generate-ci/generate-jobs
=====================================
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+set -e
+
out_dir="$(git rev-parse --show-toplevel)/.gitlab"
tmp="$(mktemp)"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee72572101fb87086a193aaf43b4948f204368e6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee72572101fb87086a193aaf43b4948f204368e6
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/20230806/4ca45863/attachment.html>
More information about the ghc-commits
mailing list