make build error if script errors
This commit is contained in:
parent
69423e3a50
commit
457a8d3cf3
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
set -e
|
||||
export COMMIT_MSG=$(python3 print_deploy_message.py)
|
||||
make ci-build
|
||||
cd build/LatexPackagesBuild
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
set -e
|
||||
eval $(ssh-agent -s)
|
||||
echo "$GITLAB_DEPLOY_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# ! /bin/sh
|
||||
set -e
|
||||
ssh git@gitlab.com
|
||||
git clone git@gitlab.com:latexci/packages/LatexPackagesBuild.git build/LatexPackagesBuild
|
||||
cd build/LatexPackagesBuild
|
||||
|
|
Loading…
Reference in a new issue