File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ branches:
1616env :
1717 global :
1818 - BRANCH=$TRAVIS_BRANCH
19+ - GITHUB_REPO_OWNER=mpgp
20+ - GITHUB_REPO_NAME=mpgp.github.io
1921 - GITLAB_REPO_OWNER=mpgp
2022 - GITLAB_REPO_NAME=mpgp.github.io
2123 - DOCKER_IMAGE_OWNER=mpgp129
Original file line number Diff line number Diff line change 3434 " always" ,
3535 [
3636 " core" ,
37+ " main" ,
3738 " shared" ,
3839 " docs" ,
3940 " spec"
Original file line number Diff line number Diff line change 11COMMANDS_TO_RUN+=(' echo 3_before_script.sh ...' )
22COMMANDS_TO_RUN+=(' yarn run lint' )
3- COMMANDS_TO_RUN+=(' yarn run build' )
4- COMMANDS_TO_RUN+=(' yarn run compodoc' )
3+ COMMANDS_TO_RUN+=(' yarn run build' )
Original file line number Diff line number Diff line change 11COMMANDS_TO_RUN+=(' echo 5_deploy.sh ...' )
22COMMANDS_TO_RUN+=(' npx semantic-release --branch $BRANCH' )
3+ COMMANDS_TO_RUN+=(' git remote add github https://github.com/$GITHUB_REPO_OWNER/$GITHUB_REPO_NAME.git' )
4+ COMMANDS_TO_RUN+=(' git pull github $BRANCH' )
5+ COMMANDS_TO_RUN+=(' yarn run compodoc' )
36COMMANDS_TO_RUN+=(' bash scripts/bash_runner.sh scripts/gitlab_sync.sh' )
47COMMANDS_TO_RUN+=(' bash scripts/bash_runner.sh scripts/docker_hub.sh' )
You can’t perform that action at this time.
0 commit comments