Skip to content

Commit 56bc753

Browse files
committed
(ACES-Core) update bitbucket.md
fixes MicrosoftDocs/azure-docs#121529
1 parent 2c09009 commit 56bc753

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/static-web-apps/bitbucket.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Now that the repository is created, you can create a static web app from the Azu
121121
name: Deploy to test
122122
deployment: test
123123
script:
124+
- chown -R 165536:165536 $BITBUCKET_CLONE_DIR
124125
- pipe: microsoft/azure-static-web-apps-deploy:main
125126
variables:
126127
APP_LOCATION: '$BITBUCKET_CLONE_DIR/src'
@@ -138,6 +139,7 @@ Now that the repository is created, you can create a static web app from the Azu
138139
name: Deploy to test
139140
deployment: test
140141
script:
142+
- chown -R 165536:165536 $BITBUCKET_CLONE_DIR
141143
- pipe: microsoft/azure-static-web-apps-deploy:main
142144
variables:
143145
APP_LOCATION: '$BITBUCKET_CLONE_DIR'
@@ -155,6 +157,7 @@ Now that the repository is created, you can create a static web app from the Azu
155157
name: Deploy to test
156158
deployment: test
157159
script:
160+
- chown -R 165536:165536 $BITBUCKET_CLONE_DIR
158161
- pipe: microsoft/azure-static-web-apps-deploy:main
159162
variables:
160163
APP_LOCATION: '$BITBUCKET_CLONE_DIR/Client'
@@ -172,6 +175,7 @@ Now that the repository is created, you can create a static web app from the Azu
172175
name: Deploy to test
173176
deployment: test
174177
script:
178+
- chown -R 165536:165536 $BITBUCKET_CLONE_DIR
175179
- pipe: microsoft/azure-static-web-apps-deploy:main
176180
variables:
177181
APP_LOCATION: '$BITBUCKET_CLONE_DIR'
@@ -189,6 +193,7 @@ Now that the repository is created, you can create a static web app from the Azu
189193
name: Deploy to test
190194
deployment: test
191195
script:
196+
- chown -R 165536:165536 $BITBUCKET_CLONE_DIR
192197
- pipe: microsoft/azure-static-web-apps-deploy:main
193198
variables:
194199
APP_LOCATION: '$BITBUCKET_CLONE_DIR'

0 commit comments

Comments
 (0)