mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Exclude symbolic links from tar transformation
This commit is contained in:
parent
285ff75482
commit
6bb94fcabc
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ pipeline:
|
|||
- export RELEASE="friendica-full-$VERSION"
|
||||
- export ARTIFACT="$RELEASE.tar.gz"
|
||||
- tar
|
||||
--transform "s,^,$RELEASE/,"
|
||||
--transform "s,^,$RELEASE/,S"
|
||||
-X mods/release-list-exclude.txt
|
||||
-T mods/release-list-include.txt
|
||||
-cvzf ./build/$ARTIFACT
|
||||
|
|
|
@ -60,7 +60,7 @@ pipeline:
|
|||
- export RELEASE="friendica-full-$VERSION"
|
||||
- export ARTIFACT="$RELEASE.tar.gz"
|
||||
- tar
|
||||
--transform "s,^,$RELEASE/,"
|
||||
--transform "s,^,$RELEASE/,S"
|
||||
-X mods/release-list-exclude.txt
|
||||
-T mods/release-list-include.txt
|
||||
-cvzf ./build/$ARTIFACT
|
||||
|
|
Loading…
Reference in a new issue