Skip to content

Commit a3f2cf6

Browse files
mccheahbulldozer-bot[bot]
authored andcommitted
Publish DS v2 branch as snapshots (#554)
Makes the ds-v2-base branch releasable as bintray snapshots for internal testing. Specifically required to update the Spark version in https://github.com/palantir/incubator-iceberg.
1 parent e452fb0 commit a3f2cf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ deployable-branches-and-tags: &deployable-branches-and-tags
2828
tags:
2929
only: /[0-9]+(?:\.[0-9]+){2,}-palantir\.[0-9]+(?:\.[0-9]+)*/
3030
branches:
31-
only: master
31+
only:
32+
- master
33+
- ds-v2-base
3234

3335

3436
# Step templates

0 commit comments

Comments
 (0)