Skip to content

Commit 7ec6c65

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent 1d03cb0 commit 7ec6c65

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: |
2020
test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
2121
cd /tmp/magento
22-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh
23-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh
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
2424
composer config gitlab-domains gitlab.yireo.com
2525
composer config --global --auth http-basic.gitlab.yireo.com yireo "${{ secrets.GITLAB_TOKEN }}"
2626
composer config repositories.loki-third-party composer https://gitlab.yireo.com/api/v4/group/loki-third-party/-/packages/composer/packages.json

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: |
4141
test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
4242
cd /tmp/magento
43-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh
44-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh
43+
test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
44+
test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
4545
composer config --auth gitlab-token.gitlab.yireo.com ${{ secrets.GITLAB_TOKEN }}
4646
composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json
4747

.github/workflows/static-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: |
3434
test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
3535
cd /tmp/magento
36-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh
37-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh
36+
test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
37+
test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
3838
composer config gitlab-domains gitlab.yireo.com
3939
composer config --auth gitlab-token.gitlab.yireo.com ${{ secrets.GITLAB_TOKEN }}
4040
composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
run: |
1717
test -n "${{ secrets.GITLAB_TOKEN }}" || exit 0
1818
cd /tmp/magento
19-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-additional.sh
20-
test -f $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/worksflows/composer-${MAGENTO_VERSION}.sh
19+
test -f $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-additional.sh
20+
test -f $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh && source $GITHUB_WORKSPACE/.github/workflows/composer-${MAGENTO_VERSION}.sh
2121
composer config --auth gitlab-token.gitlab.yireo.com ${{ secrets.GITLAB_TOKEN }}
2222
composer config repositories.loki-checkout composer https://gitlab.yireo.com/api/v4/group/loki-checkout/-/packages/composer/packages.json
2323

0 commit comments

Comments
 (0)