aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/docker
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-11-26 15:04:30 +0100
committerGaëtan Gilbert2020-11-26 15:10:07 +0100
commitea795d144c59facfcfa1837fdce3ca654b159d58 (patch)
tree0763ac903587072464f64e88e77f40c6754c13c7 /dev/ci/docker
parent7f3c46acc937eb9257c29b5881e5a8b17b28cd48 (diff)
CI: Use hash of dockerfile in CACHEKEY
Checked by the linter so we don't forget to update it. Also checked by before_script so we don't run jobs for nothing.
Diffstat (limited to 'dev/ci/docker')
-rw-r--r--dev/ci/docker/bionic_coq/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile
index 85107780f1..96d96328f8 100644
--- a/dev/ci/docker/bionic_coq/Dockerfile
+++ b/dev/ci/docker/bionic_coq/Dockerfile
@@ -1,5 +1,4 @@
-# CACHEKEY: "bionic_coq-V2020-11-26-V92"
-# ^^ Update when modifying this file.
+# Update CACHEKEY in the .gitlab-ci.yml when modifying this file.
FROM ubuntu:bionic
LABEL maintainer="e@x80.org"