Skip to content

Commit

Permalink
fix path for azure stage pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
oarset committed Dec 1, 2023
1 parent 84dec82 commit a324b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
-e GITHUB_REPOSITORY_URL=https://github.com/SwedbankPay/developer.swedbankpay.com \
portal build \
--env=production \
--site-url=https://developer-pos.stage.swedbankpay.com
--site-url=https://developer.stage.swedbankpay.com
- name: azure login
uses: azure/login@v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-stage-pos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
-e GITHUB_REPOSITORY_URL=https://github.com/SwedbankPay/developer.swedbankpay.com \
portal build \
--env=production \
--site-url=https://developer.stage.swedbankpay.com
--site-url=https://developer-pos.stage.swedbankpay.com
- name: azure login
uses: azure/login@v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion checkout-v3/features/optional/moto.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: MOTO
permalink: /:path/moto
permalink: /:path/moto/
description: |
Mail Order / Telephone Order transactions.
menu_order: 2200
Expand Down

0 comments on commit a324b1f

Please sign in to comment.