Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Disable timestamping for the crate publishing jobs (#13910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Apr 13, 2023
1 parent 186db7a commit b5b5751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5b5751

Please sign in to comment.