Skip to content

Commit

Permalink
add export vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Harbuz committed Jul 26, 2023
1 parent f767d27 commit 980866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/dra_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FOLDER_PATH="build/distributions"
BASE_DIR="${WORKSPACE}/${FOLDER_PATH}"
DRA_OUTPUT="release-manager.out"
export PROJECT="fleet-server"
TYPE=${1}
export TYPE=${1}
export BRANCH="${BUILDKITE_BRANCH}"
export VERSION=$(make get-version)

Expand Down

0 comments on commit 980866d

Please sign in to comment.