Skip to content

Commit

Permalink
try5
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 28, 2024
1 parent 6efe64b commit 781ea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
#echo "${{ github.event.release.tag_name }}" | cut -d '-' -f 1 > permit_pdp_version
rm -rf custom
mkdir custom
find * -name '*go*' -print0 | xargs -0 tar -czf ./custom/custom_opa.tar.gz --exclude '.*'
cp ./custom/custom_opa.tar.gz ../sidecar/custom/custom_opa.tar.gz
#find * -name '*go*' -print0 | xargs -0 tar -czf ./custom/custom_opa.tar.gz --exclude '.*'
find * -name '*go*' -print0 | xargs -0 tar -czf $GITHUB_WORKSPACE/sidecar/custom/custom_opa.tar.gz --exclude '.*'
working-directory: ./permit-opa

- name: Build and push PDP image - (pre-release)
Expand Down

0 comments on commit 781ea9b

Please sign in to comment.