Merge pull request 'fix of scripts' (#760) from dev-760 into main [rebuild]
Some checks failed
ci/woodpecker/push/callbacks Pipeline is pending
ci/woodpecker/push/discovery Pipeline is pending
ci/woodpecker/push/frontend Pipeline is pending
ci/woodpecker/push/fx_ingestor Pipeline is pending
ci/woodpecker/push/fx_oracle Pipeline is pending
ci/woodpecker/push/gateway_aurora Pipeline is pending
ci/woodpecker/push/gateway_chain Pipeline is pending
ci/woodpecker/push/gateway_chsettle Pipeline is pending
ci/woodpecker/push/gateway_tron Pipeline is pending
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_methods Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/payments_quotation Pipeline is pending
ci/woodpecker/push/billing_fees Pipeline failed
ci/woodpecker/push/billing_documents Pipeline failed
ci/woodpecker/push/bff Pipeline failed
Some checks failed
ci/woodpecker/push/callbacks Pipeline is pending
ci/woodpecker/push/discovery Pipeline is pending
ci/woodpecker/push/frontend Pipeline is pending
ci/woodpecker/push/fx_ingestor Pipeline is pending
ci/woodpecker/push/fx_oracle Pipeline is pending
ci/woodpecker/push/gateway_aurora Pipeline is pending
ci/woodpecker/push/gateway_chain Pipeline is pending
ci/woodpecker/push/gateway_chsettle Pipeline is pending
ci/woodpecker/push/gateway_tron Pipeline is pending
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_methods Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/payments_quotation Pipeline is pending
ci/woodpecker/push/billing_fees Pipeline failed
ci/woodpecker/push/billing_documents Pipeline failed
ci/woodpecker/push/bff Pipeline failed
Reviewed-on: #760 [rebuild]
This commit was merged in pull request #760.
This commit is contained in:
@@ -79,7 +79,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ steps:
|
|||||||
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
|
||||||
commands:
|
commands:
|
||||||
- set -euo pipefail
|
- set -euo pipefail
|
||||||
- apk add --no-cache bash coreutils openssh-keygen curl sed python3
|
- apk add --no-cache bash coreutils openssh-client openssh-keygen curl sed python3
|
||||||
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
- sh ci/scripts/common/fetch_deploy_ssh_key.sh secrets/SSH_KEY
|
||||||
- sh ci/scripts/common/fetch_registry_creds.sh
|
- sh ci/scripts/common/fetch_registry_creds.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user