Skip to content

Commit a5430a7

Browse files
authored
OPS-15 SW version 16 (#42)
* OPS-15 Fixed attest approval * OPS-15 SW version 16
1 parent cee8f08 commit a5430a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-to-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
attest-approval:
166166
name: Attest approval
167-
needs: [set-to-released]
167+
needs: [check-approved-release, deploy-to-prod, set-to-released]
168168
runs-on: ubuntu-latest
169169
env:
170170
RELEASE_ID: ${{ needs.check-approved-release.outputs.release_id }}

apps/backend/backend-content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This is just a file to test out that changes to back-end source code
22
can trigger a build, reporting to Kosli and Jira
33

4-
counter=15
4+
counter=16

apps/frontend/frontend-content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This is just a file to test out that changes to front-end source code
22
can trigger a build, reporting to Kosli and Jira
33

4-
counter=15
4+
counter=16

0 commit comments

Comments
 (0)