Skip to content

Commit 97de346

Browse files
committed
build automation
1 parent c433f08 commit 97de346

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-2x.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
git fetch origin
3939
git checkout -f $BRANCH
4040
git pull origin $BRANCH
41-
cd /www/pkgs/collections/core/components/collections/
42-
/home/.bin/composer install --no-dev
43-
cd /www/pkgs/collections/
4441
npm install
4542
npm run build
4643
rm -rf _packages

.github/workflows/build-3x.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
git fetch origin
3939
git checkout -f $BRANCH
4040
git pull origin $BRANCH
41-
cd /www/pkgs/collections/core/components/collections/
42-
/home/.bin/composer install --no-dev
43-
cd /www/pkgs/collections/
4441
npm install
4542
npm run build
4643
/www/pkgs/gpm/bin/gpm collections:update --alterDB

0 commit comments

Comments
 (0)