From b42f0136c43573db7e46a36c25078fbefe863226 Mon Sep 17 00:00:00 2001 From: Eric Timmons <etimmons@mit.edu> Date: Tue, 8 Feb 2022 15:07:24 -0500 Subject: [PATCH] Debugging cache --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d268461..37d3de3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,10 @@ workflow: - if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_TAG' +.common:test:clcl: + before_script: + - find .clci-cache/asdf/ + - echo "before done" # Build the docs and upload them to Gitlab. generate docs: extends: -- GitLab