Skip to content

Commit ef5a48a

Browse files
committed
One more try
1 parent 504d588 commit ef5a48a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/dra-workflow.trigger.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EOF
3636
branch: "$BRANCH"
3737
env:
3838
DRA_WORKFLOW: staging
39-
VERSION_QUALIFIER: "-alpha1"
39+
VERSION_QUALIFIER: alpha1
4040
EOF
4141
fi
4242
done

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(DRIVER_BASE_NAME elasticodbc CACHE STRING
1212

1313
# driver's version
1414
set(DRV_VERSION 9.0.0)
15-
set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING
15+
set(VERSION_QUALIFIER -$ENV{VERSION_QUALIFIER} CACHE STRING
1616
"Extra string to append to the install directory name")
1717

1818
# build a UNICODE driver? (the only supported way currently)

0 commit comments

Comments
 (0)