Skip to content

Commit

Permalink
testing signing
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Mar 1, 2024
1 parent cb93010 commit 88cc32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ on:
default: false

env:
SIGNING_ENABLED: ${{ github.event.inputs.signTacoFile }}
# SIGNING_ENABLED: ${{ github.event.inputs.signTacoFile }}
SIGNING_ENABLED: true

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion tableau-connector/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ then
DRIVER_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION
fi
echo DRIVER_VERSION=$DRIVER_VERSION
TACO_NAME="neptune-jdbc-v${DRIVER_VERSION}.taco"
TACO_NAME="neptune-jdbc-${DRIVER_VERSION}.taco"
echo TACO_NAME=${TACO_NAME}

echo "Building Docker Image"
Expand Down

0 comments on commit 88cc32d

Please sign in to comment.