We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6095441 commit b241b94Copy full SHA for b241b94
1 file changed
.gitlab-ci.yml
@@ -82,7 +82,7 @@ ping-cache:
82
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_TAG == "nightly"
83
when: always
84
before_script: []
85
- script: ":"
+ script: "test ! -d './cache/build' || date -u -- '+%s' 1> './cache/build/last-ping.dat'"
86
87
# Temporarily disabled
88
#include: ".gitlab/security-scans.yml"
0 commit comments