From 1c2b0248eb3bb8970526150310b338013ee343d2 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Mon, 18 May 2020 09:15:10 +0000 Subject: [PATCH] Revert "Remove leading . from tar archive" This reverts commit 8f78d9d60d36a90f17d39427b8cd7b257381bee0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 082a9658..bd947a73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ build: - $HOME/.poetry/bin/poetry run build_static # Build distribution archive - mkdir -p dist - - tar -c --exclude-vcs --exclude-from .tarignore -vzf dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz * + - tar -c --exclude-vcs --exclude-from .tarignore -vzf dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz . artifacts: name: "dist"