Remove leading . from tar archive
This commit is contained in:
parent
6e62135453
commit
8f78d9d60d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ build:
|
||||||
- $HOME/.poetry/bin/poetry run build_static
|
- $HOME/.poetry/bin/poetry run build_static
|
||||||
# Build distribution archive
|
# Build distribution archive
|
||||||
- mkdir -p dist
|
- 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:
|
artifacts:
|
||||||
name: "dist"
|
name: "dist"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue