summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-05-29 10:54:29 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-05-29 10:54:29 +0100
commit91208e8d3f4c1a1e7a9dda45b6e4e8c437b578c0 (patch)
tree224d20f3654c55341b3549fc7117cc49b76e0a1e
parenta53d74e0788f3eb9917389cebf86752785dfce04 (diff)
downloadglib-91208e8d3f4c1a1e7a9dda45b6e4e8c437b578c0.tar.gz
ci: Clarify artifact naming
Put the job name and commit identifier in the artifact names. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd202a0b0..003389b4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ fedora-meson-x86_64:
except:
- tags
artifacts:
- name: "glib-_${CI_COMMIT_REF_NAME}"
+ name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always
paths:
- "${CI_PROJECT_DIR}/_build/meson-logs"
@@ -44,6 +44,7 @@ msys2-mingw32:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
artifacts:
+ name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always
paths:
- _build/meson-logs
@@ -56,6 +57,7 @@ vs2017-x64:
script:
- .gitlab-ci/test-msvc.bat
artifacts:
+ name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always
paths:
- _build/meson-logs
@@ -63,6 +65,7 @@ vs2017-x64:
coverage:
stage: coverage
artifacts:
+ name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
paths:
- _coverage/
script: