Disable timestamping for the crate publishing jobs (#13910)

This commit is contained in:
Mira Ressel
2023-04-13 19:14:55 +02:00
committed by GitHub
parent 35388a5132
commit 3da3d0cc09
+3
View File
@@ -259,6 +259,9 @@ variables:
- artifacts/
variables:
SPUB_TMP: artifacts
# disable timestamping for the crate publishing jobs, they leave stray child processes behind
# which don't interact well with the timestamping script
CI_DISABLE_TIMESTAMP: 1
#### stage: .pre