Reorganized CI setup.
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Achim D. Brucker 2022-03-20 11:09:46 +00:00
parent bc252c9af6
commit 2904f14a78
2 changed files with 13 additions and 13 deletions

View File

@ -9,14 +9,14 @@ It may also contain additional tools and script that are useful for preparing a
### Latest Build ### Latest Build
* [example_accepted_crop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_accepted_crop.pdf) * [example_accepted_crop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_accepted_crop.pdf)
* [example_accepted_nocrop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_accepted_nocrop.pdf) * [example_accepted_nocrop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_accepted_nocrop.pdf)
* [example_intended_crop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_intended_crop.pdf) * [example_intended_crop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_intended_crop.pdf)
* [example_intended_nocrop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_intended_nocrop.pdf) * [example_intended_nocrop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_intended_nocrop.pdf)
* [example_llncs_crop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_llncs_crop.pdf) * [example_llncs_crop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_llncs_crop.pdf)
* [example_llncs_nocrop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_llncs_nocrop.pdf) * [example_llncs_nocrop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_llncs_nocrop.pdf)
* [example_proceedings_crop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_proceedings_crop.pdf) * [example_proceedings_crop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_proceedings_crop.pdf)
* [example_proceedings_nocrop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_proceedings_nocrop.pdf) * [example_proceedings_nocrop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_proceedings_nocrop.pdf)
* [example_submitted_crop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_submitted_crop.pdf) * [example_submitted_crop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_submitted_crop.pdf)
* [example_submitted_nocrop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_submitted_nocrop.pdf) * [example_submitted_nocrop.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/llncsconf/main/latest/example_submitted_nocrop.pdf)

View File

@ -2,7 +2,7 @@ pipeline:
build: build:
image: docker.io/texlive/texlive image: docker.io/texlive/texlive
commands: commands:
- export ARTIFACT_DIR=$CI_WORKSPACE/.artifacts/$CI_REPO_NAME/$CI_BRANCH/$CI_BUILD_NUMBER/ - export ARTIFACT_DIR=$CI_WORKSPACE/.artifacts/$CI_REPO/$CI_BRANCH/$CI_BUILD_NUMBER/
- mkdir -p $ARTIFACT_DIR - mkdir -p $ARTIFACT_DIR
- pdflatex "\PassOptionsToPackage{$STATUS,$CROP}{llncsconf}\input{example.tex}" - pdflatex "\PassOptionsToPackage{$STATUS,$CROP}{llncsconf}\input{example.tex}"
- pdflatex "\PassOptionsToPackage{$STATUS,$CROP}{llncsconf}\input{example.tex}" - pdflatex "\PassOptionsToPackage{$STATUS,$CROP}{llncsconf}\input{example.tex}"
@ -17,8 +17,8 @@ pipeline:
settings: settings:
hosts: [ "ci.logicalhacking.com"] hosts: [ "ci.logicalhacking.com"]
port: 22 port: 22
source: .artifacts/$CI_REPO_NAME/* source: .artifacts/$CI_REPO_OWNER/*
target: $CI_REPO_NAME target: $CI_REPO_OWNER
include: [ "**.*"] include: [ "**.*"]
key: key:
from_secret: artifacts_ssh from_secret: artifacts_ssh