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