Skip to content

Commit

Permalink
fiiiiixup
Browse files Browse the repository at this point in the history
  • Loading branch information
annekebr committed Nov 16, 2023
1 parent 2ceaa81 commit d58f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
sudo snap install yq
- name: Setup notary instance
run: |
docker run -e NOTARY_SERVER_TRUST_SERVICE_TYPE=local -e NOTARY_SERVER_STORAGE_BACKEND=memory -e NOTARY_SERVER_LOGGING_LEVEL=debug -v ./tests/data/notaryservice_container/certs/leaf/:/certs notary:server
docker run -e NOTARY_SERVER_TRUST_SERVICE_TYPE=local -e NOTARY_SERVER_STORAGE_BACKEND=memory -e NOTARY_SERVER_LOGGING_LEVEL=debug -v ./tests/data/notaryservice_container/certs/leaf/:/certs notary:server
- name: Populate notary instance with trust data
uses: ./.github/actions/setup-notary
- uses: ./.github/actions/k8s-version-config
Expand Down

0 comments on commit d58f00a

Please sign in to comment.