Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gledis69
Copy link

No description provided.

@gledis69 gledis69 requested a review from JelteF June 15, 2022 14:08
Comment on lines -14 to -17
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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unintended

Copy link
Contributor

@JelteF JelteF left a 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants