From c33decddd7a90733bcb200a45a6ba4c14a9253db Mon Sep 17 00:00:00 2001 From: Ismaaa <22240843+Ismaaa@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:06:30 +0000 Subject: [PATCH] Deploy current branch for testing purposes --- .github/workflows/code-quality-checks.yml | 3 --- kubernetes.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index 5558d6e0..cd8e1ca9 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.yml @@ -4,9 +4,6 @@ on: push: branches: - '**' - pull_request: - branches: - - '**' jobs: quality: diff --git a/kubernetes.yml b/kubernetes.yml index 858c3473..2815477c 100644 --- a/kubernetes.yml +++ b/kubernetes.yml @@ -117,7 +117,7 @@ spec: - name: kaniko image: gcr.io/kaniko-project/executor:latest args: - - '--context=git://VAR_GITHUB_TOKEN@github.com/pedrolivaresanchez/emergency-cv.git' + - '--context=git://VAR_GITHUB_TOKEN@github.com/pedrolivaresanchez/emergency-cv.git#refs/heads/feat/code-quality-checks-gh-action' - '--dockerfile=Dockerfile' - '--destination=idl-apps--container-registry-service:5000/emergency-cv/webapp:VAR_GITHUB_COMMIT_HASH' - '--insecure'