Skip to content

Commit

Permalink
Fixes tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Dec 20, 2023
1 parent 90e7123 commit fa7d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/azure-pipelines/create_build_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ rm -rf "$FLINK_ARTIFACT_DIR/flink-runtime-web/web-dashboard/node_modules"

if [ ! -z "${FLINK_ARTIFACT_FILENAME}" ]; then
echo "Archives artifacts into ${FLINK_ARTIFACT_DIR}/${FLINK_ARTIFACT_FILENAME}"
tar --create --gzip --exclude "${FLINK_ARTIFACT_DIR}" --file "${FLINK_ARTIFACT_DIR}" .
tar --create --gzip --file "${FLINK_ARTIFACT_DIR}/${FLINK_ARTIFACT_FILENAME}" "${FLINK_ARTIFACT_DIR}"
fi

0 comments on commit fa7d45c

Please sign in to comment.