Skip to content

Commit

Permalink
Remove unused DOCKER_PLUGIN_PROJECT_ROOT env var (apache#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
onursatici authored and robert3005 committed Sep 3, 2018
1 parent febcd5c commit 11651f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/publish_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ publish_artifacts() {
echo "</server></servers></settings>" >> $tmp_settings

./build/mvn -T 1C --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
./gradlew -p $DOCKER_PLUGIN_PROJECT_DIR --info bintrayUpload
./gradlew --info bintrayUpload
}

make_dist() {
Expand Down

0 comments on commit 11651f9

Please sign in to comment.