Skip to content

Commit

Permalink
fixup check script block
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Dec 12, 2024
1 parent f8ae023 commit 6305dd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .tekton/idmsvc-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,11 @@ spec:
#!/bin/bash
set -ex
pwd
ls -1
cp -vf configs/config.example.yml configs/config.yml
cp -vf configs/config.example.yaml configs/config.yaml
make test-unit
- name: build-images
Expand Down

0 comments on commit 6305dd9

Please sign in to comment.