From 41518549f83664aaa2d4499302dea4049730d578 Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Mon, 6 Nov 2023 17:17:04 +0100 Subject: [PATCH] activate gh status notifications --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b195821..a609ad0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,12 +35,13 @@ build: - docker stage: build before_script: + - !reference [notify_github, script] - cargo --version script: - make ci after_script: - cp /app/.cache/scdaemon.log scdaemon.log - - wget $icon_server/checkmark/$CI_COMMIT_REF_NAME/$CI_COMMIT_SHA/$CI_JOB_NAME/$CI_JOB_STATUS/${CI_JOB_URL#*/*/*/} + - !reference [notify_github, script] coverage: '/^\d+.\d+% coverage/' artifacts: when: always @@ -65,6 +66,7 @@ fuzz: - docker stage: fuzz before_script: + - !reference [notify_github, script] - cargo --version script: - make fuzz FUZZ_JOBS="$FUZZ_JOBS" FUZZ_DURATION="$FUZZ_DURATION"