Skip to content

Commit

Permalink
temp: deploy with develop.icm that already has the recurring order API
Browse files Browse the repository at this point in the history
  • Loading branch information
shauke authored and suschneider committed Sep 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 994bf9f commit 6948724
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-server-up.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 6948724

Please sign in to comment.