|
|
|
@ -83,7 +83,7 @@ steps: |
|
|
|
|
commands: |
|
|
|
|
- git clone https://git.jonasfranz.software/KoSI/thesis.git |
|
|
|
|
- mkdir -p thesis/results/${DRONE_REPO_BRANCH} |
|
|
|
|
- name: push_metrics |
|
|
|
|
- name: prepare_git |
|
|
|
|
depends_on: |
|
|
|
|
- convert_to_latex |
|
|
|
|
- pull_thesis |
|
|
|
@ -92,4 +92,17 @@ steps: |
|
|
|
|
- cp metrics.tex thesis/results/${DRONE_REPO_BRANCH}/ |
|
|
|
|
- cd thesis |
|
|
|
|
- git add results/ |
|
|
|
|
- git status |
|
|
|
|
- git status |
|
|
|
|
- name: push_matrix |
|
|
|
|
depends_on: |
|
|
|
|
- prepare_git |
|
|
|
|
image: appleboy/drone-git-push |
|
|
|
|
settings: |
|
|
|
|
key: |
|
|
|
|
from_secret: ssh_key |
|
|
|
|
branch: main |
|
|
|
|
remote: git@git.jfdev.de:KoSI/thesis.git |
|
|
|
|
force: false |
|
|
|
|
commit: true |
|
|
|
|
path: thesis |
|
|
|
|
commit_message: Update metrics |