Skip to content

Commit

Permalink
Merge pull request #4 from bratislava/bugfix/updated-pipeline-version
Browse files Browse the repository at this point in the history
updated pipelines version
  • Loading branch information
skifahrer authored Mar 6, 2024
2 parents 01b3a75 + 06232f7 commit 3bcb205
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conditions-inhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- uses: dorny/paths-filter@v3
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-conditions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- uses: dorny/paths-filter@v3
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bratiska-cli-inhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Directory check
run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bratiska-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Directory check
run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster-deploy-conditions-inhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- uses: dorny/paths-filter@v3
id: filter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Print pipeline summary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster-deploy-conditions-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Print pipeline summary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster-deploy-conditions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- uses: dorny/paths-filter@v3
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-with-bratiska-cli-inhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Directory check
run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-with-bratiska-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Directory check
run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-jest-cov-inhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-jest-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-nest-prisma-inhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-nest-prisma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Pipelines Version
run: |
echo "Pipelines version: 2.0.1"
echo "Pipelines version: 2.1.0"
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3bcb205

Please sign in to comment.