Skip to content

Commit f2f8fd7

Browse files
committed
output OS Version
1 parent 3c23ba9 commit f2f8fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ java:
88
- oraclejdk8
99
build:
1010
- script: |
11+
echo "OS VERSION ===== $OS_VERSION"
1112
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
1213
mvn -B clean package -DskipTests
1314
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"

0 commit comments

Comments
 (0)