Skip to content

Commit

Permalink
Adds force flag to build-target
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Dec 20, 2023
1 parent f98e743 commit fa1832c
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 @@ -36,7 +36,7 @@ find "$FLINK_ARTIFACT_DIR" -maxdepth 8 -type f -name '*.jar' -exec rm -rf {} \;
rm -rf "$FLINK_ARTIFACT_DIR/.git"

# AZ Pipelines has a problem with links.
rm "$FLINK_ARTIFACT_DIR/build-target"
rm -f "$FLINK_ARTIFACT_DIR/build-target"

# Remove javadocs because they are not used in later stages
rm -rf "$FLINK_ARTIFACT_DIR/target/site"
Expand Down

0 comments on commit fa1832c

Please sign in to comment.