File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4949 shell : bash
5050 run : |
5151 df -h
52+ ls -la
5253
5354 - name : Run amazonlinux Docker image
5455 shell : bash
Original file line number Diff line number Diff line change 7070 steps :
7171 - name : Build UID2 AWS EIF
7272 id : build_uid2_eif
73- uses : IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
73+ uses : IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-test-aws-custom-eif
7474 with :
7575 identity_scope : uid2
7676 artifacts_base_output_dir : ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
@@ -106,7 +106,7 @@ jobs:
106106 steps :
107107 - name : Build EUID AWS EIF
108108 id : build_euid_eif
109- uses : IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
109+ uses : IABTechLab/uid2-operator/.github/actions/build_aws_eif@tjm-test-aws-custom-eif
110110 with :
111111 identity_scope : euid
112112 artifacts_base_output_dir : ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN dnf -y groupinstall "Development Tools" \
88 && dnf -y install systemd vim-common wget git tar libstdc++-static.x86_64 cmake cmake3 aws-cli \
99 && dnf clean all
1010
11- COPY ./scripts/aws/pipeline/ enclave-cli-1.5.3rc /tmp/enclave-cli-1.5.3rc
11+ COPY enclave-cli-1.5.3rc.zip /tmp/enclave-cli-1.5.3rc.zip
1212RUN unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm
1313# RUN aws s3 cp s3://troubleshoot-delete-uid2-aws/enclave-cli-1.5.3rc.zip /tmp/ && unzip /tmp/enclave-cli-1.5.3rc.zip -d /tmp/ && dnf install -y /tmp/*.rpm
1414
You can’t perform that action at this time.
0 commit comments