-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more parameters to the bicep files #15
base: master
Are you sure you want to change the base?
Conversation
if [ "$1" = "master" ]; then | ||
./download-hammerdb.sh 4.4 | ||
git clone https://github.com/TPC-Council/HammerDB --branch master HammerDB-master | ||
cp -R HammerDB-4.4/{lib,include,bin} HammerDB-master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the option to download from git?
@@ -3,4 +3,4 @@ set -euxo pipefail | |||
cd "$(dirname "$0")" | |||
|
|||
RESOURCE_GROUP=$1 | |||
az group delete -y --name "$RESOURCE_GROUP" --no-wait > /dev/null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems unintended
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overal, except for the two comments I left. If you address those we can merge this (better late than never)
No description provided.