fix pushing to build repo
This commit is contained in:
parent
d5af0e7ad1
commit
7e76546afd
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ make ci-build
|
||||||
cd build/LatexPackagesBuild
|
cd build/LatexPackagesBuild
|
||||||
git add .
|
git add .
|
||||||
git commit -m "${COMMIT_MSG}" || echo "Nothing new to commit"
|
git commit -m "${COMMIT_MSG}" || echo "Nothing new to commit"
|
||||||
|
git remote set-url --push git@git.abstractnonsen.se:latex/latex-packages
|
||||||
git push --set-upstream origin ${REF_NAME}-build
|
git push --set-upstream origin ${REF_NAME}-build
|
||||||
cd ../..
|
cd ../..
|
||||||
mkdir -p ~/texmf/tex/latex
|
mkdir -p ~/texmf/tex/latex
|
||||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Clone build repository
|
- name: Clone build repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: git@git.abstractnonsen.se:latex/latex-packages-build
|
repository: latex/latex-packages-build
|
||||||
path: build/LatexPackagesBuild
|
path: build/LatexPackagesBuild
|
||||||
ref: master
|
ref: master
|
||||||
- name: Checkout correct branch in build repository
|
- name: Checkout correct branch in build repository
|
||||||
|
|
Loading…
Reference in a new issue