From 54fcb61ebaa0a25412c2f86216a74d79d7784b70 Mon Sep 17 00:00:00 2001 From: "Brady Stroud [SSW]" Date: Thu, 26 Sep 2024 10:59:21 +0930 Subject: [PATCH] Delete .github/workflows/TriggerDevOpsBuild.yml --- .github/workflows/TriggerDevOpsBuild.yml | 34 ------------------------ 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/TriggerDevOpsBuild.yml diff --git a/.github/workflows/TriggerDevOpsBuild.yml b/.github/workflows/TriggerDevOpsBuild.yml deleted file mode 100644 index 879e4bddf..000000000 --- a/.github/workflows/TriggerDevOpsBuild.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Trigger-DevOps-Build -on: - push: - branches: - - main - paths-ignore: - - '.github/assign-by-files.yml' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: 'Trigger Staging' - uses: Azure/pipelines@releases/v1 - with: - azure-devops-project-url: 'https://ssw.visualstudio.com/SSW.People' - azure-pipeline-name: 'Staging' - azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}' - - - name: 'Trigger Staging China' - uses: Azure/pipelines@releases/v1 - with: - azure-devops-project-url: 'https://ssw.visualstudio.com/SSW.People' - azure-pipeline-name: 'Staging China' - azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}' - - - name: Checkout - uses: actions/checkout@v2 - - - name: Trigger Production - run: | - export AZURE_DEVOPS_EXT_PAT=${{ secrets.AZURE_DEVOPS_TOKEN }} - chmod +x .workflow/build-production.sh - bash ./.workflow/build-production.sh ${{ github.token }}