Skip to content

Commit 52d4cba

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent 940256a commit 52d4cba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/compile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
run: |
2020
test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
2121
cd /tmp/magento
22-
test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
23-
test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
22+
ls ${GITHUB_WORKSPACE}
23+
test -f ${GITHUB_WORKSPACE}/.github/workflows/composer-additional.sh && source ${GITHUB_WORKSPACE}/.github/workflows/composer-additional.sh
24+
test -f ${GITHUB_WORKSPACE}/.github/workflows/composer-${{ matrix.magento_version }}.sh && source ${GITHUB_WORKSPACE}/.github/workflows/composer-${{ matrix.magento_version }}.sh
2425
composer config gitlab-domains gitlab.yireo.com
2526
composer config --global --auth http-basic.gitlab.yireo.com yireo "${{ secrets.GITLAB_TOKEN }}"
2627
composer config repositories.loki-third-party composer https://gitlab.yireo.com/api/v4/group/loki-third-party/-/packages/composer/packages.json

0 commit comments

Comments
 (0)