Skip to content

Commit b241b94

Browse files
committed
Minor change
1 parent 6095441 commit b241b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ping-cache:
8282
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_TAG == "nightly"
8383
when: always
8484
before_script: []
85-
script: ":"
85+
script: "test ! -d './cache/build' || date -u -- '+%s' 1> './cache/build/last-ping.dat'"
8686

8787
# Temporarily disabled
8888
#include: ".gitlab/security-scans.yml"

0 commit comments

Comments
 (0)