From 069cf9da3aef24cd515937c012f796587d566e02 Mon Sep 17 00:00:00 2001 From: Richi Date: Thu, 1 Feb 2024 11:04:52 +0100 Subject: [PATCH] moved pipelines version --- .github/workflows/build-conditions-inhouse.yml | 9 +++++---- .github/workflows/build-conditions.yml | 9 +++++---- .github/workflows/build-with-bratiska-cli-inhouse.yml | 6 +++--- .github/workflows/build-with-bratiska-cli.yml | 8 ++++---- .github/workflows/cluster-deploy-conditions-inhouse.yml | 9 +++++---- .github/workflows/cluster-deploy-conditions.yml | 9 +++++---- .github/workflows/deploy-with-bratiska-cli-inhouse.yml | 8 ++++---- .github/workflows/deploy-with-bratiska-cli.yml | 8 ++++---- .github/workflows/validate-nest-prisma-inhouse.yml | 6 +++--- .github/workflows/validate-nest-prisma.yml | 6 +++--- 10 files changed, 41 insertions(+), 37 deletions(-) diff --git a/.github/workflows/build-conditions-inhouse.yml b/.github/workflows/build-conditions-inhouse.yml index b55e07f..75459a2 100644 --- a/.github/workflows/build-conditions-inhouse.yml +++ b/.github/workflows/build-conditions-inhouse.yml @@ -22,14 +22,15 @@ jobs: strapi: ${{ steps.filter.outputs.strapi }} next: ${{ steps.filter.outputs.next }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 2 + + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - uses: dorny/paths-filter@v3 id: filter with: diff --git a/.github/workflows/build-conditions.yml b/.github/workflows/build-conditions.yml index 465b4b5..b1e0d77 100644 --- a/.github/workflows/build-conditions.yml +++ b/.github/workflows/build-conditions.yml @@ -16,14 +16,15 @@ jobs: strapi: ${{ steps.filter.outputs.strapi }} next: ${{ steps.filter.outputs.next }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 2 + + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - uses: dorny/paths-filter@v3 id: filter with: diff --git a/.github/workflows/build-with-bratiska-cli-inhouse.yml b/.github/workflows/build-with-bratiska-cli-inhouse.yml index 26c61ca..a5174b0 100644 --- a/.github/workflows/build-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/build-with-bratiska-cli-inhouse.yml @@ -41,13 +41,13 @@ jobs: with: fetch-depth: 0 - - name: Directory check - run: pwd - - name: Pipelines Version run: | echo "Pipelines version: 2.0.1" + - name: Directory check + run: pwd + - name: Print pipeline summary run: | echo "### Bratiska-cli is building:" >> $GITHUB_STEP_SUMMARY diff --git a/.github/workflows/build-with-bratiska-cli.yml b/.github/workflows/build-with-bratiska-cli.yml index b0c8481..2acab20 100644 --- a/.github/workflows/build-with-bratiska-cli.yml +++ b/.github/workflows/build-with-bratiska-cli.yml @@ -31,15 +31,15 @@ jobs: run: working-directory: ${{ inputs.directory }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checking out uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - name: Directory check run: pwd diff --git a/.github/workflows/cluster-deploy-conditions-inhouse.yml b/.github/workflows/cluster-deploy-conditions-inhouse.yml index ced3983..f7816f7 100644 --- a/.github/workflows/cluster-deploy-conditions-inhouse.yml +++ b/.github/workflows/cluster-deploy-conditions-inhouse.yml @@ -43,14 +43,15 @@ jobs: strapi: ${{ steps.filter.outputs.strapi }} next: ${{ steps.filter.outputs.next }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 2 + + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - uses: dorny/paths-filter@v3 id: filter with: diff --git a/.github/workflows/cluster-deploy-conditions.yml b/.github/workflows/cluster-deploy-conditions.yml index be80c95..67ea65a 100644 --- a/.github/workflows/cluster-deploy-conditions.yml +++ b/.github/workflows/cluster-deploy-conditions.yml @@ -37,14 +37,15 @@ jobs: strapi: ${{ steps.filter.outputs.strapi }} next: ${{ steps.filter.outputs.next }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 2 + + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - uses: dorny/paths-filter@v3 id: filter with: diff --git a/.github/workflows/deploy-with-bratiska-cli-inhouse.yml b/.github/workflows/deploy-with-bratiska-cli-inhouse.yml index bed93a9..c0ae03d 100644 --- a/.github/workflows/deploy-with-bratiska-cli-inhouse.yml +++ b/.github/workflows/deploy-with-bratiska-cli-inhouse.yml @@ -75,15 +75,15 @@ jobs: run: working-directory: ${{ inputs.directory }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checking out uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - name: Directory check run: pwd diff --git a/.github/workflows/deploy-with-bratiska-cli.yml b/.github/workflows/deploy-with-bratiska-cli.yml index 2b9a750..1be45ac 100644 --- a/.github/workflows/deploy-with-bratiska-cli.yml +++ b/.github/workflows/deploy-with-bratiska-cli.yml @@ -70,15 +70,15 @@ jobs: run: working-directory: ${{ inputs.directory }} steps: - - name: Pipelines Version - run: | - echo "Pipelines version: 2.0.1" - - name: Checking out uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Pipelines Version + run: | + echo "Pipelines version: 2.0.1" + - name: Directory check run: pwd diff --git a/.github/workflows/validate-nest-prisma-inhouse.yml b/.github/workflows/validate-nest-prisma-inhouse.yml index 5cf6537..1bb4f4f 100644 --- a/.github/workflows/validate-nest-prisma-inhouse.yml +++ b/.github/workflows/validate-nest-prisma-inhouse.yml @@ -13,13 +13,13 @@ jobs: name: Unit tests runs-on: ${{fromJSON(inputs.runs-on)}} steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Pipelines Version run: | echo "Pipelines version: 2.0.1" - - name: Checkout code - uses: actions/checkout@v4 - - name: Set up Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/validate-nest-prisma.yml b/.github/workflows/validate-nest-prisma.yml index 26d5801..15fea98 100644 --- a/.github/workflows/validate-nest-prisma.yml +++ b/.github/workflows/validate-nest-prisma.yml @@ -7,13 +7,13 @@ jobs: name: Unit tests runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Pipelines Version run: | echo "Pipelines version: 2.0.1" - - name: Checkout code - uses: actions/checkout@v4 - - name: Set up Node.js uses: actions/setup-node@v4 with: