We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bd415 commit 58b1e07Copy full SHA for 58b1e07
1 file changed
scripts/ci/gitlab/pipeline/publish.yml
@@ -211,6 +211,9 @@ update-node-template:
211
# to roughly 202 minutes of delay, or 3h and 22 minutes. As such, the job needs to have a much
212
# higher timeout than average.
213
timeout: 5h
214
+ # A custom publishing environment is used for us to be able to set up protected secrets
215
+ # specifically for it
216
+ environment: publish-crates
217
script:
218
- rusty-cachier snapshot create
219
- git clone
0 commit comments