Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Aug 3, 2023
1 parent bfb90e3 commit eb79ea5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/CI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ services:



# diracx-init-key:
# image: gitlab-registry.cern.ch/chaen/chrissquare-hack-a-ton/diracx
# container_name: diracx-init-key
# environment:
# - DIRACX_SERVICE_AUTH_TOKEN_KEY="file:///signing-key/rs256.key"
# volumes:
# - diracx-key-store:/signing-key/
# entrypoint: |
# /dockerMicroMambaEntrypoint.sh ssh-keygen -P '' -trsa -b4096 -mPEM -f/signing-key/rs256.key
diracx-init-key:
image: gitlab-registry.cern.ch/chaen/chrissquare-hack-a-ton/diracx
container_name: diracx-init-key
environment:
- DIRACX_SERVICE_AUTH_TOKEN_KEY="file:///signing-key/rs256.key"
volumes:
- diracx-key-store:/signing-key/
entrypoint: |
/dockerMicroMambaEntrypoint.sh ssh-keygen -P '' -trsa -b4096 -mPEM -f/signing-key/rs256.key
# diracx-init-cs:
# image: gitlab-registry.cern.ch/chaen/chrissquare-hack-a-ton/diracx
Expand Down

0 comments on commit eb79ea5

Please sign in to comment.