Skip to content

Commit

Permalink
Update dra_release.sh
Browse files Browse the repository at this point in the history
Wrong path for dra scripts
  • Loading branch information
jlind23 authored Jul 26, 2023
1 parent 5003608 commit 150d186
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 @@ -40,4 +40,4 @@ 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
./.buildkite/scripts/release-manager.sh #TODO use "echo" for rollback

0 comments on commit 150d186

Please sign in to comment.