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 <avisiedo@redhat.com>
  • Loading branch information
avisiedo committed Dec 12, 2024
1 parent 219c0b5 commit f4c9ecb
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 f4c9ecb

Please sign in to comment.