We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ae882 commit 1b05d52Copy full SHA for 1b05d52
1 file changed
.github/workflows/deploy-waf.yml
@@ -191,19 +191,17 @@ jobs:
191
CONTAINER_APP_NAME=$(az containerapp list \
192
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
193
--query "[0].name" -o tsv)
194
-
195
MACAE_URL_API=$(az containerapp show \
196
--name "$CONTAINER_APP_NAME" \
197
198
--query "properties.configuration.ingress.fqdn" -o tsv)
199
200
echo "MACAE_URL_API=https://${MACAE_URL_API}" >> $GITHUB_OUTPUT
201
echo "CONTAINER_APP=${CONTAINER_APP_NAME}" >> $GITHUB_OUTPUT
202
203
- - name: Logout from Azure
204
- run: |
205
- az logout
206
- azd auth logout
+
+ - name: Logout from Azure
+ run: |
+ az logout
+ azd auth logout
207
208
e2e-test:
209
needs: deploy
0 commit comments