Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder committed Jul 29, 2023
1 parent fa273d4 commit 0b7c0f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,16 @@ jobs:
cp -r ${{ github.workspace }}/scripts/.github/workflows ./scripts
shell: sh

- name: Install 1Password Cli and patch claim
- name: Install 1Password Cli, patch claim
run: |
curl https://cache.agilebits.com/dist/1P/op2/pkg/v2.18.0/op_linux_amd64_v2.18.0.zip > op.zip
unzip op.zip
sudo mv op /usr/local/bin
rm op.zip
ls
python -m pip install ruamel.yaml
cat scripts/workflows/scripts/patch_claim.py
# python scripts/workflows/scripts/patch_claim.py
# for file in *claims.yaml; do
# if [ -f "$file" ]; then
Expand Down

0 comments on commit 0b7c0f3

Please sign in to comment.