Skip to content

Commit

Permalink
Fixing workflow nsacyber#9
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser62 committed Apr 17, 2024
1 parent b3ba40a commit 5f71de2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .ci/docker/docker-compose-system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ services:
aliases:
- ${HIRS_ACA_HOSTNAME}

tpmprovisioner:
image: ghcr.io/nsacyber/hirs/tpm2provisioner-dotnet-ci:latest
container_name: hirs-provisioner1-tpm2
depends_on:
- aca
volumes:
- ../../:/HIRS
environment:
- REF=${BRANCH_NAME}
command: ["bash", "-c", "/tmp/auto_clone_branch ${BRANCH_NAME} && tail -f /dev/null;"]
networks:
hirs_aca_system_tests:
ipv4_address: ${HIRS_ACA_PROVISIONER_TPM2_IP}
# tpmprovisioner:
# image: ghcr.io/nsacyber/hirs/tpm2provisioner-dotnet-ci:latest
# container_name: hirs-provisioner1-tpm2
# depends_on:
# - aca
# volumes:
# - ../../:/HIRS
# environment:
# - REF=${BRANCH_NAME}
# command: ["bash", "-c", "/tmp/auto_clone_branch ${BRANCH_NAME} && tail -f /dev/null;"]
# networks:
# hirs_aca_system_tests:
# ipv4_address: ${HIRS_ACA_PROVISIONER_TPM2_IP}

networks:
hirs_aca_system_tests:
Expand Down

0 comments on commit 5f71de2

Please sign in to comment.