Skip to content

Commit 3c23ba9

Browse files
author
Stefania Alborghetti
committed
Revert "Rename osx/high-sierra to osx-high-sierra"
This reverts commit bab45e8.
1 parent bab45e8 commit 3c23ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ schedules:
22
adhoc:
33
schedule: adhoc
44
os:
5-
- osx-high-sierra
5+
- osx/high-sierra
66
- ubuntu/trusty64
77
java:
88
- oraclejdk8
99
build:
1010
- script: |
11-
if [ "$OS_VERSION" = "osx-high-sierra" ]; then
11+
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
1212
mvn -B clean package -DskipTests
1313
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
1414
else

0 commit comments

Comments
 (0)