From 76fcb275056b3404aa1d805961c2500d867d973e Mon Sep 17 00:00:00 2001 From: Stefan Hauke Date: Tue, 3 Sep 2024 21:18:50 +0200 Subject: [PATCH] temp: deploy with develop.icm that already has the recurring order API --- .github/workflows/demo-server-up.yml | 2 +- .github/workflows/development.yml | 2 +- .github/workflows/integration.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo-server-up.yml b/.github/workflows/demo-server-up.yml index 0b71bc1fdf..4f9d068823 100644 --- a/.github/workflows/demo-server-up.yml +++ b/.github/workflows/demo-server-up.yml @@ -11,7 +11,7 @@ on: # # 2. Change these variables for your configuration: env: - ICM_BASE_URL: https://review.icm.intershop.de + ICM_BASE_URL: https://develop.icm.intershop.de jobs: CancelPrevious: diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3f467384e4..4e52dc49a4 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -14,7 +14,7 @@ on: env: NODE_VERSION: 18.16.0 - ICM_BASE_URL: https://review.icm.intershop.de + ICM_BASE_URL: https://develop.icm.intershop.de jobs: CancelPrevious: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f517ede5bd..1dcc8dc301 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ on: env: NODE_VERSION: 18.16.0 NODE_OPTIONS: --max_old_space_size=10240 - ICM_BASE_URL: https://review.icm.intershop.de + ICM_BASE_URL: https://develop.icm.intershop.de jobs: CancelPrevious: