This commit is contained in:
parent
c07e84d91b
commit
34f0a41699
2 changed files with 3 additions and 1 deletions
|
@ -13,3 +13,5 @@ chmod 644 ~/.ssh/known_hosts
|
||||||
|
|
||||||
git config --global user.email "git@maximilian-kessler.de"
|
git config --global user.email "git@maximilian-kessler.de"
|
||||||
git config --global user.name "Maximilian Keßler (via gitlab runner)"
|
git config --global user.name "Maximilian Keßler (via gitlab runner)"
|
||||||
|
|
||||||
|
echo "Successfully added ssh deploy keys"
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
REF_NAME: ${{ github.ref_name }}
|
REF_NAME: ${{ github.ref_name }}
|
||||||
- name: Build packages incrementally
|
- name: Build packages incrementally
|
||||||
run: make
|
run: make
|
||||||
- name: Push pages to build repo
|
- name: Push packages to build repo
|
||||||
run: |
|
run: |
|
||||||
.ci/deploy_to_build_repo.sh
|
.ci/deploy_to_build_repo.sh
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue