Skip to content

Commit

Permalink
- code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nshyrei committed Oct 4, 2024
1 parent bcbdc7e commit af3ad67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y libpcap-dev amazon-ecr-credential-helper
# Setup docker-credential-ecr-login
sudo mv /usr/bin/docker-credential-ecr-login /usr/local/bin/
- name: Install docker-credential-ecr-login
run: |
# Download the latest release of docker-credential-ecr-login
aws s3 cp s3://fortanix-internal-artifact-repository/other-packages/docker-credential-ecr-login .
- name: Build Rust code
run: |
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 @@ -127,4 +127,4 @@ $(TESTS-CONTAINER): $(TESTS-STAGE-CONTENTS)

$(TESTS-CONTAINER-APP-TESTS-FILE):: | $(dir $(TESTS-CONTAINER-APP-TESTS-FILE))

$(eval $(call make-cp-rule,/usr/local/bin/$(DOCKER-AWS-HELPER),$(TESTS-STAGE-DIR)/$(DOCKER-AWS-HELPER)))
$(eval $(call make-cp-rule,/usr/bin/$(DOCKER-AWS-HELPER),$(TESTS-STAGE-DIR)/$(DOCKER-AWS-HELPER)))

0 comments on commit af3ad67

Please sign in to comment.