Skip to content

Commit

Permalink
CI: delete unneeded line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 27, 2023
1 parent 0bde932 commit d673f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sub_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:

- name: Report image to Kosli flow
run:
kosli report artifact cyberdojo/differ:${{ env.IMAGE_TAG }} \
kosli report artifact cyberdojo/differ:${{ env.IMAGE_TAG }}
--artifact-type=docker
2 changes: 1 addition & 1 deletion .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
--name=snyk-scan
--scan-results=snyk.json

- name: Kosli SDLC gate to short-circuit-the-flow
- name: Kosli SDLC gate to short-circuit-the-flow
run:
kosli assert artifact cyberdojo/differ:${{ env.IMAGE_TAG }}
--artifact-type=docker
Expand Down

0 comments on commit d673f53

Please sign in to comment.