Skip to content

Commit e8da9c2

Browse files
authored
fix syntax; change release branch (#209)
1 parent 5fd2758 commit e8da9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build-config/mageos-release-build-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const releaseBuildConfig = {
4141
},
4242
'magento-allure-phpunit': {
4343
repoUrl: 'https://github.com/mage-os/mageos-magento-allure-phpunit.git',
44-
ref: 'main'
44+
ref: 'release/1.x',
4545
fromTag: '1.1.0',
4646
},
4747
'magento-composer-installer': {
@@ -116,7 +116,7 @@ const releaseBuildConfig = {
116116
},
117117
'magento-zf-db': {
118118
repoUrl: 'https://github.com/mage-os/mageos-magento-zf-db.git',
119-
ref: '2.21.x'
119+
ref: 'release/1.x',
120120
fromTag: '1.1.0',
121121
},
122122
'php-compatibility-fork': {

0 commit comments

Comments
 (0)