Skip to content

Commit

Permalink
fixup check basic environment state
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 6305dd9 commit ee603a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/idmsvc-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ spec:
#!/bin/bash
set -ex
pwd
pwd >&2
ls -1
ls -1 >&2
cp -vf configs/config.example.yaml configs/config.yaml
Expand Down

0 comments on commit ee603a2

Please sign in to comment.