Skip to content

Commit

Permalink
chore: remove commerce-data-export packages from nightly builds (#172)
Browse files Browse the repository at this point in the history
* chore: remove commerce-data-export packages from nightly builds

* chore: update PHP/composer/node versions for deploy processes
  • Loading branch information
rhoerr authored Aug 1, 2024
1 parent 8b09b0b commit 2a3d850
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: composer:2.2
php-version: 8.3
tools: composer:2.7
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: curl -L https://github.com/mage-os/php-dependency-list/raw/main/php-classes.phar -o /usr/local/bin/php-classes.phar && chmod +x /usr/local/bin/php-classes.phar
name: "Install PHP source code dependency analyzer and make executable (used by nightly build script for base package)"
Expand Down
18 changes: 9 additions & 9 deletions src/build-config/mageos-nightly-build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ const branchBuildConfig = {
repoUrl: 'https://github.com/mage-os/mageos-magento-composer-installer.git',
ref: 'master',
},
// Keep disabled until repo is set up and integrated into upstream synchronization
// 'composer': {
// repoUrl: 'https://github.com/mage-os/mageos-composer.git',
// ref: 'develop',
// },
'composer': {
repoUrl: 'https://github.com/mage-os/mageos-composer.git',
ref: 'develop',
},
'composer-root-update-plugin': {
repoUrl: 'https://github.com/mage-os/mageos-composer-root-update-plugin.git',
ref: 'develop',
Expand All @@ -65,10 +64,11 @@ const branchBuildConfig = {
repoUrl: 'https://github.com/mage-os/mageos-magento2-sample-data.git',
ref: '2.4-develop',
},
'commerce-data-export': {
repoUrl: 'https://github.com/mage-os/mageos-commerce-data-export.git',
ref: 'main'
},
// Keep disabled until someone takes up maintenance of commerce-data-export tags
// 'commerce-data-export': {
// repoUrl: 'https://github.com/mage-os/mageos-commerce-data-export.git',
// ref: 'main'
// },
'magento-coding-standard': {
repoUrl: 'https://github.com/mage-os/mageos-magento-coding-standard.git',
ref: 'develop'
Expand Down
9 changes: 5 additions & 4 deletions src/build-config/upstream-nightly-build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ const branchBuildConfig = {
repoUrl: 'https://github.com/mage-os/mirror-magento2-sample-data.git',
ref: '2.4-develop',
},
'commerce-data-export': {
repoUrl: 'https://github.com/mage-os/mirror-commerce-data-export.git',
ref: 'main'
},
// Keep disabled until someone takes up maintenance of commerce-data-export tags
// 'commerce-data-export': {
// repoUrl: 'https://github.com/mage-os/mirror-commerce-data-export.git',
// ref: 'main'
// },
'magento-coding-standard': {
repoUrl: 'https://github.com/mage-os/mirror-magento-coding-standard.git',
ref: 'develop'
Expand Down

0 comments on commit 2a3d850

Please sign in to comment.