Skip to content

Commit

Permalink
Update dra_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlind23 authored Jul 26, 2023
1 parent 6ccefda commit 66fb3c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/scripts/dra_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ mkdir -p ${BASE_DIR}/reports
./dev-tools/dependencies-report --csv ${BASE_DIR}/reports/dependencies-${VERSION}.csv
cd ${BASE_DIR}/reports && shasum -a 512 dependencies-${VERSION}.csv > dependencies-${VERSION}.csv.sha512

./.buildkite/scripts/release-manager.sh #TODO use "echo" for rollback
cd ${BASE_DIR}
echo ${BASE_DIR}
./.buildkite/scripts/release-manager.sh

0 comments on commit 66fb3c5

Please sign in to comment.