Skip to content

Commit

Permalink
Fix deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycek committed Jun 20, 2024
1 parent 56f35a7 commit 725c63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provisioning/stream/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -Eeuo pipefail
: ${BUILD_BUILDID?"Missing BUILD_BUILDID"}
: ${RELEASE_RELEASENAME?"Missing RELEASE_RELEASENAME"}

# CD to the script directory
cd "$(dirname "$0")"

# Get commit hash
#COMMIT_HASH=$(git rev-parse HEAD)
Expand Down

0 comments on commit 725c63e

Please sign in to comment.