From 606b17c96e2967a70765f1904f729a2da2773ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Peller=20=28dataista=29?= Date: Sat, 1 Apr 2023 20:42:13 -0300 Subject: [PATCH] Removing extra "name:" in the top level python.yml Correct syntax error due to multiple name tags in the top level of python.yml --- AppService/python-webapp-on-azure.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AppService/python-webapp-on-azure.yml b/AppService/python-webapp-on-azure.yml index ff1eb0cf..28990b25 100644 --- a/AppService/python-webapp-on-azure.yml +++ b/AppService/python-webapp-on-azure.yml @@ -17,7 +17,6 @@ env: PYTHON_VERSION: '3.7' STARTUP_COMMAND: '' # set this to the startup command required to start the gunicorn server. default it is empty -name: Build and deploy Python app jobs: build-and-deploy: runs-on: ubuntu-latest @@ -57,4 +56,4 @@ jobs: # Azure logout - name: logout run: | - az logout \ No newline at end of file + az logout