Skip to content

Commit

Permalink
- changed path to a proper s3 format
Browse files Browse the repository at this point in the history
  • Loading branch information
nshyrei committed Sep 30, 2024
1 parent 446d456 commit fd3db03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/build-enclave-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -exo pipefail
ARTIFACT_NAME="amzn-linux-nbd-v1.tar"
ARTIFACT_DIR="amzn-linux-nbd"
fetchartifacts() {
aws s3 cp https://s3.us-west-1.amazonaws.com/downloads.fortanix.com/salmiac/$ARTIFACT_NAME .
aws s3 cp s3://downloads.fortanix.com/salmiac/$ARTIFACT_NAME .
tar -xvf $ARTIFACT_NAME
}

Expand Down
2 changes: 1 addition & 1 deletion make/salmiac-tests-container.make
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $(eval $(call make-cp-rule,$(REPO_ROOT)/tools/app-test-inrfa/bin/tests-container
$(eval $(call make-cp-rule,$(REPO_ROOT)/tools/app-test-infra/bin/tests-container-run.py,$(TESTS-STAGE-DIR)/tests-container-run.py))
$(eval $(call make-cp-rule,$(REPO_ROOT)/test/tests-container-salmiac/docker-config.json,$(TESTS-STAGE-DIR)/docker-config.json))
$(eval $(call make-cp-rule,$(REPO_ROOT)/tools/container-converter/target/$(FLAVOR)/container-converter,$(TESTS-STAGE-DIR)/container-converter))
$(eval $(call pull-s3,s3\://fortanix-internal-artifact-repository/salmiac/$(ENCLAVE-KERNEL-TAR),$(TESTS-STAGE-DIR)/$(ENCLAVE-KERNEL-TAR)))
$(eval $(call pull-s3,s3\://downloads.fortanix.com/salmiac/$(ENCLAVE-KERNEL-TAR),$(TESTS-STAGE-DIR)/$(ENCLAVE-KERNEL-TAR)))
$(eval $(call untar-pkg,$(TESTS-STAGE-DIR)/$(ENCLAVE-KERNEL-TAR),$(TESTS-STAGE-DIR)/amzn-linux-nbd))

# This generates the rules for copying the contents of tools/app-test-infra/python
Expand Down

0 comments on commit fd3db03

Please sign in to comment.