diff options
| author | Enrico Tassi | 2021-04-14 09:11:00 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2021-04-14 09:11:00 +0200 |
| commit | acc0ca00d87243edda5737c4c377a0c42b5fe4b0 (patch) | |
| tree | 40da367c3e3e3337e97d63943460180c34e60486 /.gitlab-ci.yml | |
| parent | ea62d1e19f2ba565ea3a18ba3709a06af5c845ac (diff) | |
[ci] update elpi to 1.13.1
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce6be777f3..19ee32dd84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ variables: # Format: $IMAGE-V$DATE-$hash # The $hash is the first 10 characters of the md5 of the Dockerfile. e.g. # echo $(md5sum dev/ci/docker/bionic_coq/Dockerfile | head -c 10) - CACHEKEY: "bionic_coq-V2021-02-11-b601de5a7b" + CACHEKEY: "bionic_coq-V2021-04-14-4d961e49fc" IMAGE: "$CI_REGISTRY_IMAGE:$CACHEKEY" # By default, jobs run in the base switch; override to select another switch OPAM_SWITCH: "base" |
