From 01c5e359e43e553ae4d53c1db6d41b4ab5665d6f Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 25 Feb 2024 20:18:47 +0000 Subject: [PATCH] update example --- .github/workflows/zenith.yml | 4 ++-- example/.fluentci/src/dagger/lib.ts | 4 ++-- src/dagger/lib.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/zenith.yml b/.github/workflows/zenith.yml index 17bd4db..6dcfd7a 100644 --- a/.github/workflows/zenith.yml +++ b/.github/workflows/zenith.yml @@ -26,8 +26,8 @@ jobs: --keycloak-client-secret KEYCLOAK_CLIENT_SECRET working-directory: example env: - SPECIFICATION_FILES: "/app/samples/PetstoreAPI-swagger.json:true" - MICROCKS_URL: "http://microcks:8080/api" + SPECIFICATION_FILES: /app/samples/PetstoreAPI-swagger.json:true + MICROCKS_URL: http://microcks:8080/api KEYCLOAK_CLIENT_ID: microcks-serviceaccount KEYCLOAK_CLIENT_SECRET: ab54d329-e435-41ae-a900-ec6b3fe15c54 API_NAME_AND_VERSION: "" diff --git a/example/.fluentci/src/dagger/lib.ts b/example/.fluentci/src/dagger/lib.ts index 284d6ad..b1980cb 100644 --- a/example/.fluentci/src/dagger/lib.ts +++ b/example/.fluentci/src/dagger/lib.ts @@ -58,8 +58,8 @@ export const microcksService = () => { .asService(); const realm = dag.host - ? dag.host().file("microcks-realm.json") - : dag.currentModule().source().file("microcks-realm.json"); + ? dag.host().file("microcks-realm-sample.json") + : dag.currentModule().source().file("microcks-realm-sample.json"); const keycloak = dag .container() diff --git a/src/dagger/lib.ts b/src/dagger/lib.ts index 284d6ad..b1980cb 100644 --- a/src/dagger/lib.ts +++ b/src/dagger/lib.ts @@ -58,8 +58,8 @@ export const microcksService = () => { .asService(); const realm = dag.host - ? dag.host().file("microcks-realm.json") - : dag.currentModule().source().file("microcks-realm.json"); + ? dag.host().file("microcks-realm-sample.json") + : dag.currentModule().source().file("microcks-realm-sample.json"); const keycloak = dag .container()