Skip to content

Commit

Permalink
[BUILD] Set hadoop-palantir profile for publish functions (#739)
Browse files Browse the repository at this point in the history
* Add 'hadoop-palantir' maven profile in publish functions

* Publish a snapshot to test

* Remove hadoop-cloud, it's already included in hadoop-palantir

* No longer publish from this branch
  • Loading branch information
rshkv authored Mar 10, 2021
1 parent c0491e9 commit daece35
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 @@ -2,7 +2,7 @@

set -euo pipefail

PALANTIR_FLAGS=(-Psparkr -Phadoop-cloud)
PALANTIR_FLAGS=(-Psparkr -Phadoop-palantir)

get_version() {
git describe --tags --first-parent
Expand Down

0 comments on commit daece35

Please sign in to comment.