Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ellie Hermaszewska
head.hackage
Commits
18f35106
Commit
18f35106
authored
5 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Pin the docker image version
parent
222515cd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
18f35106
...
@@ -20,7 +20,7 @@ stages:
...
@@ -20,7 +20,7 @@ stages:
variables
:
variables
:
# Commit of ghc/ci-images repository from which to pull Docker images
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_
REV
:
6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f
DOCKER_
TAG
:
"
2.3"
# Default GHC bindist
# Default GHC bindist
GHC_TARBALL
:
"
https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
GHC_TARBALL
:
"
https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
...
@@ -135,7 +135,7 @@ update-repo:
...
@@ -135,7 +135,7 @@ update-repo:
-
x86_64-linux
-
x86_64-linux
-
head.hackage
-
head.hackage
image
:
nixos/nix
image
:
"
nixos/nix
:$DOCKER_TAG"
variables
:
variables
:
KEYS_TARBALL
:
https://downloads.haskell.org/ghc/head.hackage-keys.tar.enc
KEYS_TARBALL
:
https://downloads.haskell.org/ghc/head.hackage-keys.tar.enc
...
@@ -166,7 +166,7 @@ pages:
...
@@ -166,7 +166,7 @@ pages:
tags
:
tags
:
-
x86_64-linux
-
x86_64-linux
-
head.hackage
-
head.hackage
image
:
nixos/nix
image
:
"
nixos/nix
:$DOCKER_TAG"
script
:
script
:
-
mv repo public
-
mv repo public
dependencies
:
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment