Skip to content

Commit 061d3fb

Browse files
alnrory-bot
authored andcommitted
fix: towards fixing fosite CI
GitOrigin-RevId: b2b15cb088b3cdcfa788920176e92e0e30cc05ba
1 parent 828e5bf commit 061d3fb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.reports/dep-licenses.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
"github.com/ory/x","Apache-2.0"
44
"github.com/stretchr/testify","MIT"
55
"go.opentelemetry.io/otel/sdk","Apache-2.0"
6-
"go.opentelemetry.io/otel/sdk","BSD-3-Clause"
76

quickstart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
context: .
2222
dockerfile: .docker/Dockerfile-local-build
2323
additional_contexts:
24-
24+
oryx: ../../x
2525
ports:
2626
- "4444:4444" # Public port
2727
- "4445:4445" # Admin port
@@ -47,7 +47,7 @@ services:
4747
context: .
4848
dockerfile: .docker/Dockerfile-local-build
4949
additional_contexts:
50-
50+
oryx: ../../x
5151
environment:
5252
- DSN=sqlite:///mnt/sqlite/db.sqlite?_fk=true&mode=rwc
5353
command: migrate -c /etc/config/hydra/hydra.yml sql up -e --yes

test/conformance/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ services:
77
context: .
88
dockerfile: ./test/conformance/hydra/Dockerfile
99
additional_contexts:
10-
10+
oryx: ../../x
1111

1212
hydra:
1313
build:
1414
# When running with `run.sh` the cwd is the project's root.
1515
context: .
1616
dockerfile: ./test/conformance/hydra/Dockerfile
1717
additional_contexts:
18-
18+
oryx: ../../x
1919
environment:
2020
ISSUER_URL: https://hydra:4444/
2121
command: serve -c /etc/config/hydra/hydra.yml all

0 commit comments

Comments
 (0)