fixed tar command
This commit is contained in:
2
flow
2
flow
@ -18,7 +18,7 @@ build() {
|
||||
version=$(get-version) || return $?
|
||||
info "Building site version v$version..."
|
||||
# Create the tarball
|
||||
tar -czf "$PACKAGE_DIRECTORY/$GITEA_REPOSITORY.tar.gz" -C "$BUILD_DIRECTORY" . || return 2
|
||||
COPYFILE_DISABLE=1 tar -czf "$PACKAGE_DIRECTORY/$GITEA_REPOSITORY.tar.gz" -C "$BUILD_DIRECTORY" . || return 2
|
||||
success "Build complete"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user