From 9b4d608c42d986456df505c5b66752fb46d1eba2 Mon Sep 17 00:00:00 2001 From: Ivan Fonarev Date: Sat, 28 Oct 2023 00:02:19 +0300 Subject: [PATCH] Test 228 --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dc377a..d34b420 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,4 +28,8 @@ artifact_download: - 'curl --location --output ~/builds/downloaded_artifacts/artifacts.zip --header "JOB-TOKEN: $CI_JOB_TOKEN" "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/master/download?job=build-package"' - cd ~/builds/downloaded_artifacts - unzip artifacts.zip - - rm artifacts.zip \ No newline at end of file + - rm artifacts.zip + only: + - tags + after: + - build \ No newline at end of file