From 45acdda37a46cc9f7a6035324ef8ca1c9cf5ce41 Mon Sep 17 00:00:00 2001 From: Richi Date: Wed, 25 Sep 2024 16:45:07 +0200 Subject: [PATCH] Removed git fetch for bratiska cli (#32) --- .github/workflows/build-with-bratiska-cli-inhouse.yml | 5 +---- .github/workflows/build-with-bratiska-cli.yml | 5 +---- .../create-kustomize-with-bratiska-cli-inhouse.yml | 5 +---- .github/workflows/create-kustomize-with-bratiska-cli.yml | 5 +---- .github/workflows/deploy-with-bratiska-cli-inhouse.yml | 7 ++----- .github/workflows/deploy-with-bratiska-cli.yml | 7 ++----- 6 files changed, 8 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build-with-bratiska-cli-inhouse.yml b/.github/workflows/build-with-bratiska-cli-inhouse.yml index a25b359..46fb13a 100644 --- a/.github/workflows/build-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/build-with-bratiska-cli-inhouse.yml @@ -76,7 +76,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.3.1" + echo "Pipelines version: 2.3.2" - name: Directory check run: pwd @@ -104,9 +104,6 @@ jobs: yarn global add bratislava/bratiska-cli#${{ inputs.version }} echo "~/.yarn/bin" >> $GITHUB_PATH - - name: Running git fetch for Bratiska-cli - run: git fetch - - name: Print Bratiska-cli version run: bratiska-cli deploy --version diff --git a/.github/workflows/build-with-bratiska-cli.yml b/.github/workflows/build-with-bratiska-cli.yml index 5d6ab6a..81bd946 100644 --- a/.github/workflows/build-with-bratiska-cli.yml +++ b/.github/workflows/build-with-bratiska-cli.yml @@ -71,7 +71,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.3.1" + echo "Pipelines version: 2.3.2" - name: Directory check run: pwd @@ -107,9 +107,6 @@ jobs: - name: Installing Bratiska-cli version run: yarn global add bratislava/bratiska-cli#${{ inputs.version }} - - name: Running git fetch for Bratiska-cli - run: git fetch - - name: Print Bratiska-cli version run: bratiska-cli --version diff --git a/.github/workflows/create-kustomize-with-bratiska-cli-inhouse.yml b/.github/workflows/create-kustomize-with-bratiska-cli-inhouse.yml index 0929f54..1390063 100644 --- a/.github/workflows/create-kustomize-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/create-kustomize-with-bratiska-cli-inhouse.yml @@ -43,7 +43,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.3.1" + echo "Pipelines version: 2.3.2" - name: Directory check run: pwd @@ -61,9 +61,6 @@ jobs: - name: Installing Bratiska-cli version run: yarn global add bratislava/bratiska-cli#${{ inputs.version }} - - name: Running git fetch for Bratiska-cli - run: git fetch - - name: Print Bratiska-cli version run: bratiska-cli --version diff --git a/.github/workflows/create-kustomize-with-bratiska-cli.yml b/.github/workflows/create-kustomize-with-bratiska-cli.yml index bbac1e3..5457467 100644 --- a/.github/workflows/create-kustomize-with-bratiska-cli.yml +++ b/.github/workflows/create-kustomize-with-bratiska-cli.yml @@ -38,7 +38,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.3.1" + echo "Pipelines version: 2.3.2" - name: Directory check run: pwd @@ -56,9 +56,6 @@ jobs: - name: Installing Bratiska-cli version run: yarn global add bratislava/bratiska-cli#${{ inputs.version }} - - name: Running git fetch for Bratiska-cli - run: git fetch - - name: Print Bratiska-cli version run: bratiska-cli --version diff --git a/.github/workflows/deploy-with-bratiska-cli-inhouse.yml b/.github/workflows/deploy-with-bratiska-cli-inhouse.yml index 0f1a72e..a500cf5 100644 --- a/.github/workflows/deploy-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/deploy-with-bratiska-cli-inhouse.yml @@ -97,7 +97,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.3.1" + echo "Pipelines version: 2.3.2" - name: Directory check run: pwd @@ -114,14 +114,11 @@ jobs: with: node-version: '20' - - name: Installing Bratiska-cli stable + - name: Installing Bratiska-cli ${{ inputs.version }} run: | yarn global add bratislava/bratiska-cli#${{ inputs.version }} echo "~/.yarn/bin" >> $GITHUB_PATH - - name: Running git fetch for Bratiska-cli - run: git fetch - - name: Kubectl tool installer uses: Azure/setup-kubectl@v4.0.0 diff --git a/.github/workflows/deploy-with-bratiska-cli.yml b/.github/workflows/deploy-with-bratiska-cli.yml index d8957e4..825dc83 100644 --- a/.github/workflows/deploy-with-bratiska-cli.yml +++ b/.github/workflows/deploy-with-bratiska-cli.yml @@ -92,7 +92,7 @@ jobs: - name: Pipelines Version run: | - echo "Pipelines version: 2.3.1" + echo "Pipelines version: 2.3.2" - name: Directory check run: pwd @@ -109,12 +109,9 @@ jobs: with: node-version: '20' - - name: Installing Bratiska-cli stable + - name: Installing Bratiska-cli ${{ inputs.version }} run: yarn global add bratislava/bratiska-cli#${{ inputs.version }} - - name: Running git fetch for Bratiska-cli - run: git fetch - - name: Kubectl tool installer uses: Azure/setup-kubectl@v4.0.0