fix ref name
This commit is contained in:
parent
7c3775828e
commit
e0b9b7ad44
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ make ci-build
|
|||
cd build/LatexPackagesBuild
|
||||
git add .
|
||||
git commit -m "${COMMIT_MSG}" || echo "Nothing new to commit"
|
||||
git push --set-upstream origin ${CI_COMMIT_REF_NAME}-build
|
||||
git push --set-upstream origin ${REF_NAME}-build
|
||||
cd ../..
|
||||
mkdir -p ~/texmf/tex/latex
|
||||
cp -r build/LatexPackagesBuild ~/texmf/tex/latex
|
||||
|
|
Loading…
Reference in a new issue