Revert "Remove leading . from tar archive"
This reverts commit 8f78d9d60d
This commit is contained in:
parent
30f5166935
commit
1c2b0248eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue