From 96829157e0adc4c8175dbd5bfe3b8d59e306022f Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 14 Feb 2023 14:20:30 +0100 Subject: [PATCH] TMP to revert Signed-off-by: rjshrjndrn --- .github/workflows/alerts-ee.yaml | 18 +++++++++--------- .github/workflows/alerts.yaml | 2 +- .github/workflows/crons-ee.yaml | 2 +- api/requirements.txt | 2 +- ee/api/requirements.txt | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/alerts-ee.yaml b/.github/workflows/alerts-ee.yaml index c4542157b..f34999466 100644 --- a/.github/workflows/alerts-ee.yaml +++ b/.github/workflows/alerts-ee.yaml @@ -8,7 +8,7 @@ on: default: 'false' push: branches: - - dev + - api-v1.10.0 paths: - ee/api/** - api/** @@ -131,11 +131,11 @@ jobs: SLACK_USERNAME: "OR Bot" SLACK_MESSAGE: 'Build failed :bomb:' - # - name: Debug Job - # if: ${{ failure() }} - # uses: mxschmitt/action-tmate@v3 - # env: - # DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} - # IMAGE_TAG: ${{ github.sha }}-ee - # ENVIRONMENT: staging - # + - name: Debug Job + # if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + env: + DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} + IMAGE_TAG: ${{ github.sha }}-ee + ENVIRONMENT: staging + diff --git a/.github/workflows/alerts.yaml b/.github/workflows/alerts.yaml index 76c5849a8..85d25f498 100644 --- a/.github/workflows/alerts.yaml +++ b/.github/workflows/alerts.yaml @@ -8,7 +8,7 @@ on: default: 'false' push: branches: - - dev + - api-v1.10.0 paths: - api/** diff --git a/.github/workflows/crons-ee.yaml b/.github/workflows/crons-ee.yaml index 9162ecbb8..57183063e 100644 --- a/.github/workflows/crons-ee.yaml +++ b/.github/workflows/crons-ee.yaml @@ -8,7 +8,7 @@ on: default: 'false' push: branches: - - dev + - api-v1.10.0 paths: - ee/api/** - api/** diff --git a/api/requirements.txt b/api/requirements.txt index b208d28c2..0a058a94f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -12,4 +12,4 @@ fastapi==0.92.0 uvicorn[standard]==0.20.0 python-decouple==3.7 pydantic[email]==1.10.4 -apscheduler==3.10.0 \ No newline at end of file +apscheduler==3.10.0 diff --git a/ee/api/requirements.txt b/ee/api/requirements.txt index 303cddcfa..c8b76e700 100644 --- a/ee/api/requirements.txt +++ b/ee/api/requirements.txt @@ -16,4 +16,4 @@ apscheduler==3.10.0 clickhouse-driver==0.2.5 python3-saml==1.15.0 -python-multipart==0.0.5 \ No newline at end of file +python-multipart==0.0.5