Skip to content

Commit 576b235

Browse files
authored
Merge pull request #87598 from dlepow/acrfix
[ACR] Removed --branch from Tasks command examples
2 parents 58fce23 + cef3331 commit 576b235

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

articles/container-registry/container-registry-tutorial-base-image-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ az acr task create \
124124
--arg REGISTRY_NAME=$ACR_NAME.azurecr.io \
125125
--context https://github.com/$GIT_USER/acr-build-helloworld-node.git \
126126
--file Dockerfile-app \
127-
--branch master \
128127
--git-access-token $GIT_PAT
129128
```
130129

articles/container-registry/container-registry-tutorial-build-task.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ az acr task create \
5656
--name taskhelloworld \
5757
--image helloworld:{{.Run.ID}} \
5858
--context https://github.com/$GIT_USER/acr-build-helloworld-node.git \
59-
--branch master \
6059
--file Dockerfile \
6160
--git-access-token $GIT_PAT
6261
```

articles/container-registry/container-registry-tutorial-multistep-task.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ az acr task create \
8585
--registry $ACR_NAME \
8686
--name example1 \
8787
--context https://github.com/$GIT_USER/acr-build-helloworld-node.git \
88-
--branch master \
8988
--file taskmulti.yaml \
9089
--git-access-token $GIT_PAT
9190
```
@@ -329,7 +328,6 @@ az acr task create \
329328
--registry $ACR_NAME \
330329
--name example2 \
331330
--context https://github.com/$GIT_USER/acr-build-helloworld-node.git \
332-
--branch master \
333331
--file taskmulti-multiregistry.yaml \
334332
--git-access-token $GIT_PAT \
335333
--set regDate=mycontainerregistrydate.azurecr.io

0 commit comments

Comments
 (0)