File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments