Skip to content

Commit 62bd852

Browse files
author
yupwei68
committed
update pull request template
1 parent 0be541c commit 62bd852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Changes proposed in the pull request:
55

66
Please add this into the test of test/fixture, format the changes by "terraform fmt", and test it by run the following:
77
```sh
8-
$ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID --build-arg BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID --build-arg BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET --build-arg BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-network-security-group .
9-
$ docker run --rm azure-network-security-group /bin/bash -c "bundle install && rake full"
8+
$ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID --build-arg BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID --build-arg BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET --build-arg BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-aks .
9+
$ docker run --rm azure-aks /bin/bash -c "bundle install && rake full"
1010
```
1111

1212
Please add this into the example usage of README.md and format the changes by "terrafmt fmt README.md".

0 commit comments

Comments
 (0)