fix(pipeline): remove obsolete 02_repo-config step cloning non-existent repos
Removes cloning of ccsoft1/ci-cd-commons and ccsoft1/ci-cd-saac4 from both developer and master branch pipelines. proyectosacc is now self-contained with local scripts and terraform code.
This commit is contained in:
@@ -60,13 +60,6 @@ pipelines:
|
||||
- export TELEGRAM_CHAT_ID="${DEV_TELEGRAM_CHAT_ID}"
|
||||
- bash scripts/telegram-pipeline-notify.sh start
|
||||
|
||||
- step:
|
||||
name: 02_repo-config
|
||||
script:
|
||||
- set -euo pipefail
|
||||
- git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-commons.git" ci-cd-commons
|
||||
- git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-saac4.git" ci-cd-saac4
|
||||
|
||||
- step:
|
||||
name: 03_terraform
|
||||
oidc: true
|
||||
@@ -158,13 +151,6 @@ pipelines:
|
||||
- export TELEGRAM_CHAT_ID="${PROD_TELEGRAM_CHAT_ID}"
|
||||
- bash scripts/telegram-pipeline-notify.sh start
|
||||
|
||||
- step:
|
||||
name: 02_repo-config
|
||||
script:
|
||||
- set -euo pipefail
|
||||
- git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-commons.git" ci-cd-commons
|
||||
- git clone "https://x-token-auth:${BITBUCKET_PASSWORD}@bitbucket.org/ccsoft1/ci-cd-saac4.git" ci-cd-saac4
|
||||
|
||||
- step:
|
||||
name: 03_terraform
|
||||
oidc: true
|
||||
|
||||
Reference in New Issue
Block a user