Skip to content
Snippets Groups Projects
Commit c4a5b619 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Fix upstream job URL

parent a300c60a
1 merge request!229Fix upstream job URL
Pipeline #52346 failed
...@@ -25,7 +25,7 @@ variables: ...@@ -25,7 +25,7 @@ variables:
DOCKER_TAG: "2.3.12" DOCKER_TAG: "2.3.12"
# Default GHC bindist # Default GHC bindist
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-perf.tar.xz?job=x86_64-linux-fedora33-perf" GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release"
# Default this to ghc/ghc> to make it more convenient to run from the web # Default this to ghc/ghc> to make it more convenient to run from the web
# interface. # interface.
...@@ -74,7 +74,7 @@ build-pipeline: ...@@ -74,7 +74,7 @@ build-pipeline:
build-master: build-master:
extends: .build extends: .build
variables: variables:
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-perf.tar.xz?job=x86_64-linux-fedora33-perf" GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release"
EXTRA_HC_OPTS: "-dcore-lint" EXTRA_HC_OPTS: "-dcore-lint"
rules: rules:
- if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID' - if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID'
...@@ -96,7 +96,7 @@ build-9.2: ...@@ -96,7 +96,7 @@ build-9.2:
build-9.4: build-9.4:
extends: .build extends: .build
variables: variables:
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.4/raw/ghc-x86_64-linux-fedora33-perf.tar.xz?job=x86_64-linux-fedora33-perf" GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.4/raw/ghc-x86_64-linux-fedora33-release.tar.xz?job=x86_64-linux-fedora33-release"
EXTRA_HC_OPTS: "-dcore-lint" EXTRA_HC_OPTS: "-dcore-lint"
rules: rules:
- if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID' - if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment