Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/actions/build_ami/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ runs:
FILE=$(echo $ARTIFACTS | jq -r '.[0].name')
unzip -o -d ./scripts/aws/uid2-operator-ami/artifacts $FILE.zip
rm $FILE.zip
zip "./scripts/aws/uid2-operator-ami/artifacts/uid2operatoreif.zip" "./scripts/aws/uid2-operator-ami/artifacts/uid2operator.eif"
cd "./scripts/aws/uid2-operator-ami/artifacts/"
zip "uid2operatoreif.zip" "uid2operator.eif"
cd -
rm ./scripts/aws/uid2-operator-ami/artifacts/uid2operator.eif
ls ./scripts/aws/uid2-operator-ami/artifacts/ -al
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep this one for future debugging purpose


- name: Configure UID2 AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
1 change: 0 additions & 1 deletion scripts/aws/uid2-operator-ami/ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
src: /opt/uid2operator/uid2operatoreif.zip
dest: /opt/uid2operator/
remote_src: yes
creates: /opt/uid2operator/uid2operator.eif

- name: Install Identity Scope
ansible.builtin.copy:
Expand Down