From 4e30a8922b304279a191e99a8401718b07969d26 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Tue, 17 Mar 2026 01:25:11 +0100 Subject: [PATCH] fix of scripts --- .woodpecker/bff.yml | 2 +- .woodpecker/billing_documents.yml | 2 +- .woodpecker/billing_fees.yml | 2 +- .woodpecker/callbacks.yml | 2 +- .woodpecker/discovery.yml | 2 +- .woodpecker/frontend.yml | 2 +- .woodpecker/fx_ingestor.yml | 2 +- .woodpecker/fx_oracle.yml | 2 +- .woodpecker/gateway_aurora.yml | 2 +- .woodpecker/gateway_chain.yml | 2 +- .woodpecker/gateway_chsettle.yml | 2 +- .woodpecker/gateway_mntx.yml | 2 +- .woodpecker/gateway_tgsettle.yml | 2 +- .woodpecker/gateway_tron.yml | 2 +- .woodpecker/ledger.yml | 2 +- .woodpecker/notification.yml | 2 +- .woodpecker/payments_methods.yml | 2 +- .woodpecker/payments_orchestrator.yml | 2 +- .woodpecker/payments_quotation.yml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.woodpecker/bff.yml b/.woodpecker/bff.yml index 645bf746..d7f10c2c 100644 --- a/.woodpecker/bff.yml +++ b/.woodpecker/bff.yml @@ -79,7 +79,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/billing_documents.yml b/.woodpecker/billing_documents.yml index 87de0729..d625af92 100644 --- a/.woodpecker/billing_documents.yml +++ b/.woodpecker/billing_documents.yml @@ -74,7 +74,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/billing_fees.yml b/.woodpecker/billing_fees.yml index a70032f6..1d765df5 100644 --- a/.woodpecker/billing_fees.yml +++ b/.woodpecker/billing_fees.yml @@ -74,7 +74,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/callbacks.yml b/.woodpecker/callbacks.yml index 56ad24f6..89581307 100644 --- a/.woodpecker/callbacks.yml +++ b/.woodpecker/callbacks.yml @@ -75,7 +75,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/discovery.yml b/.woodpecker/discovery.yml index cc6345c9..7848198e 100644 --- a/.woodpecker/discovery.yml +++ b/.woodpecker/discovery.yml @@ -73,7 +73,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/frontend.yml b/.woodpecker/frontend.yml index 3da55745..6ec6538b 100644 --- a/.woodpecker/frontend.yml +++ b/.woodpecker/frontend.yml @@ -47,7 +47,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/fx_ingestor.yml b/.woodpecker/fx_ingestor.yml index 777d50fb..86779103 100644 --- a/.woodpecker/fx_ingestor.yml +++ b/.woodpecker/fx_ingestor.yml @@ -79,7 +79,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/fx_oracle.yml b/.woodpecker/fx_oracle.yml index ff3d43ca..1e94d0cb 100644 --- a/.woodpecker/fx_oracle.yml +++ b/.woodpecker/fx_oracle.yml @@ -80,7 +80,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/gateway_aurora.yml b/.woodpecker/gateway_aurora.yml index 392d7ab1..a63552f2 100644 --- a/.woodpecker/gateway_aurora.yml +++ b/.woodpecker/gateway_aurora.yml @@ -74,7 +74,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/gateway_chain.yml b/.woodpecker/gateway_chain.yml index 7a52d803..555db982 100644 --- a/.woodpecker/gateway_chain.yml +++ b/.woodpecker/gateway_chain.yml @@ -78,7 +78,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/gateway_chsettle.yml b/.woodpecker/gateway_chsettle.yml index 1edea366..3751c8f4 100644 --- a/.woodpecker/gateway_chsettle.yml +++ b/.woodpecker/gateway_chsettle.yml @@ -74,7 +74,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/gateway_mntx.yml b/.woodpecker/gateway_mntx.yml index fdb4b2a3..6f90a5e2 100644 --- a/.woodpecker/gateway_mntx.yml +++ b/.woodpecker/gateway_mntx.yml @@ -67,7 +67,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/gateway_tgsettle.yml b/.woodpecker/gateway_tgsettle.yml index d674deb4..bf7b5d16 100644 --- a/.woodpecker/gateway_tgsettle.yml +++ b/.woodpecker/gateway_tgsettle.yml @@ -65,7 +65,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/gateway_tron.yml b/.woodpecker/gateway_tron.yml index db052121..f320536a 100644 --- a/.woodpecker/gateway_tron.yml +++ b/.woodpecker/gateway_tron.yml @@ -78,7 +78,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/ledger.yml b/.woodpecker/ledger.yml index 3a35ac42..82a039c4 100644 --- a/.woodpecker/ledger.yml +++ b/.woodpecker/ledger.yml @@ -74,7 +74,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/notification.yml b/.woodpecker/notification.yml index 6ba9400a..10c9bbe9 100644 --- a/.woodpecker/notification.yml +++ b/.woodpecker/notification.yml @@ -77,7 +77,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/payments_methods.yml b/.woodpecker/payments_methods.yml index 1a87d659..ff05d25f 100644 --- a/.woodpecker/payments_methods.yml +++ b/.woodpecker/payments_methods.yml @@ -75,7 +75,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/payments_orchestrator.yml b/.woodpecker/payments_orchestrator.yml index 6fd68320..683cad86 100644 --- a/.woodpecker/payments_orchestrator.yml +++ b/.woodpecker/payments_orchestrator.yml @@ -75,7 +75,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh diff --git a/.woodpecker/payments_quotation.yml b/.woodpecker/payments_quotation.yml index 439be3d3..756e8918 100644 --- a/.woodpecker/payments_quotation.yml +++ b/.woodpecker/payments_quotation.yml @@ -75,7 +75,7 @@ steps: VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID } commands: - 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_registry_creds.sh -- 2.49.1