Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Apr 22, 2024
1 parent 1d88639 commit f80634b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ services:
security_opt:
- no-new-privileges:true
command: >-
sh -c "id && kong hybrid gen_cert /usr/local/kong/hybrid/cluster.crt /usr/local/kong/hybrid/cluster.key"
sh -c "id && kong hybrid gen_cert /tmp/hybrid/cluster.crt /tmp/hybrid/cluster.key"
volumes:
- "${GITHUB_WORKSPACE:-.}/hybrid:/usr/local/kong/hybrid"
- "${GITHUB_WORKSPACE:-.}/hybrid:/tmp/hybrid"

0 comments on commit f80634b

Please sign in to comment.