Skip to content

Commit c88dedd

Browse files
MCLOUD-13147: Reverted the codeception.dist.yml to original
1 parent a7b4802 commit c88dedd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

codeception.dist.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ modules:
1717
config:
1818
Magento\CloudDocker\Test\Functional\Codeception\TestInfrastructure:
1919
template_repo: "https://github.com/magento/magento-cloud.git"
20-
mcd_repo: "https://github.com/magento-commerce/magento-cloud-docker.git"
21-
mcc_repo: "https://github.com/magento-commerce/magento-cloud-components.git"
22-
mcp_repo: "https://github.com/magento-commerce/magento-cloud-patches.git"
23-
mqp_repo: "https://github.com/magento-commerce/quality-patches.git"
24-
ece_tools_repo: "https://github.com/magento-commerce/ece-tools.git"
25-
composer_magento_username: "ef3b7137d50aee1c330db65fefeb1848"
26-
composer_magento_password: "1916340bb6189552d73ead2d3966e188"
27-
composer_github_token: "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"
20+
mcd_repo: "https://github.com/magento/magento-cloud-docker.git"
21+
mcc_repo: "https://github.com/magento/magento-cloud-components.git"
22+
mcp_repo: "https://github.com/magento/magento-cloud-patches.git"
23+
mqp_repo: "https://github.com/magento/quality-patches.git"
24+
ece_tools_repo: "https://github.com/magento/ece-tools.git"
25+
composer_magento_username: "%REPO_USERNAME%"
26+
composer_magento_password: "%REPO_PASSWORD%"
27+
composer_github_token: "%GITHUB_TOKEN%"
2828
use_custom_images: false
2929
custom_images_namespace: "cloudft"
3030
version_custom_images: "%TRAVIS_BUILD_NUMBER%"

0 commit comments

Comments
 (0)