From e64beaa827e8b9c74dc4100e7bce389d8907928f Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Mon, 7 Mar 2022 15:18:51 +0100 Subject: [PATCH] CI updates --- .gitlab-ci.yml | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f37f1a..d904812 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,6 @@ build: - make dist - make distcheck artifacts: - name: boxmox-dist-CI_COMMIT_SHORT_SHA + name: boxmox-dist-$CI_COMMIT_SHORT_SHA paths: - boxmox-*.tar.gz diff --git a/README.md b/README.md index 00054f8..f3bb4e0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ This is the development repository. ## Contributing -We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/issues/new). +We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox/-/issues/new). -If you'd like to contribute source code directly, please [create a fork](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage), -make your changes and then [submit a merge request](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/merge_requests/new) to the original project. +If you'd like to contribute source code directly, please [create a fork](https://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox), make your changes and then [submit a merge request](https://mbees.med.uni-augsburg.de/gitlab/mbees/boxmox/-/merge_requests/new) to the original project. ## Citation -- GitLab