From bf379501a681e42dabaf91a66490e0069d082c0a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 20 Jun 2022 14:28:29 +0200 Subject: 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. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3