diff --git a/.woodpecker/README.md b/.woodpecker/README.md index a0858d3..5852eaa 100644 --- a/.woodpecker/README.md +++ b/.woodpecker/README.md @@ -9,14 +9,14 @@ It may also contain additional tools and script that are useful for preparing a ### Latest Build -* [example_accepted_crop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_accepted_crop.pdf) -* [example_accepted_nocrop.pdf](https://artifacts.logicalhacking.com/ci/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_nocrop.pdf](https://artifacts.logicalhacking.com/ci/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_nocrop.pdf](https://artifacts.logicalhacking.com/ci/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_nocrop.pdf](https://artifacts.logicalhacking.com/ci/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_nocrop.pdf](https://artifacts.logicalhacking.com/ci/llncsconf/main/latest/example_submitted_nocrop.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/adbrucker/llncsconf/main/latest/example_accepted_nocrop.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/adbrucker/llncsconf/main/latest/example_intended_nocrop.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/adbrucker/llncsconf/main/latest/example_llncs_nocrop.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/adbrucker/llncsconf/main/latest/example_proceedings_nocrop.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/adbrucker/llncsconf/main/latest/example_submitted_nocrop.pdf) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 6b91471..525385d 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -2,7 +2,7 @@ pipeline: build: image: docker.io/texlive/texlive 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 - pdflatex "\PassOptionsToPackage{$STATUS,$CROP}{llncsconf}\input{example.tex}" - pdflatex "\PassOptionsToPackage{$STATUS,$CROP}{llncsconf}\input{example.tex}" @@ -17,8 +17,8 @@ pipeline: settings: hosts: [ "ci.logicalhacking.com"] port: 22 - source: .artifacts/$CI_REPO_NAME/* - target: $CI_REPO_NAME + source: .artifacts/$CI_REPO_OWNER/* + target: $CI_REPO_OWNER include: [ "**.*"] key: from_secret: artifacts_ssh