Skip to content

Commit

Permalink
chore(ci): Add clean up step for tekton ci (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Mar 27, 2024
1 parent c0d2531 commit bb47bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tekton/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
command: ["/bin/bash", "-c"]
args:
- set -ex;
rm -r /artifacts/*;
cd /artifacts && git clone -q -b $GIT_BRANCH $GIT_URL .;
GIT_COMMIT=$(git rev-parse HEAD);
source ./scripts/deploy/iks/run-test.sh;
Expand Down

0 comments on commit bb47bcd

Please sign in to comment.