summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-06-20 14:28:29 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-06-27 12:36:57 +0200
commitbf379501a681e42dabaf91a66490e0069d082c0a (patch)
tree7d7b967174e206e5e75cce5170141d5950cd7841 /.gitlab-ci.yml
parent70676955ba56ac431dd220c7fa073b04e5ebc9ce (diff)
ci: Run the after_script in more jobs.
- It is harmless and quick, should degrade gracefully, and may print useful information, now or in the future. It shouldn't be disabled lightly.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9b793fc..ccd35486 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,6 @@ bookworm:
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
- after_script: []
bookworm:arm64:
tags:
@@ -80,7 +79,6 @@ bookworm:arm64:
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
- after_script: []
sq-features:
tags:
@@ -107,7 +105,6 @@ sq-features:
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
- after_script: []
bookworm-crypto-rust:
tags:
@@ -122,7 +119,6 @@ bookworm-crypto-rust:
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
- after_script: []
benchmarks:
stage: test
@@ -207,7 +203,6 @@ codespell:
- *before_script_end
script:
- $MAKE_TOP codespell CODESPELL_FLAGS=--summary
- after_script: []
doc:
tags:
@@ -223,7 +218,6 @@ doc:
variables:
CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo
- after_script: []
rust-stable:
tags: