Skip to content

Commit

Permalink
[FLINK-9768][release] Speed up binary release
Browse files Browse the repository at this point in the history
This closes apache#6285.
  • Loading branch information
zentol committed Jul 11, 2018
1 parent 0cb1fe2 commit 04d0009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releasing/create_binary_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ make_binary_release() {
fi

# enable release profile here (to check for the maven version)
$MVN clean package $FLAGS -DskipTests -Prelease,scala-${SCALA_VERSION} -Dgpg.skip
$MVN clean package $FLAGS -Prelease,scala-${SCALA_VERSION} -pl flink-shaded-hadoop/flink-shaded-hadoop2-uber,flink-dist -am -Dgpg.skip -Dcheckstyle.skip=true -DskipTests -Dmaven.test.skip=true

cd flink-dist/target/flink-*-bin/
tar czf "${dir_name}.tgz" flink-*
Expand Down

0 comments on commit 04d0009

Please sign in to comment.