From ea795d144c59facfcfa1837fdce3ca654b159d58 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Thu, 26 Nov 2020 15:04:30 +0100 Subject: 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. --- dev/ci/docker/bionic_coq/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev/ci/docker/bionic_coq') 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" -- cgit v1.2.3