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

This commit is contained in:
Achim D. Brucker 2022-03-20 11:07:22 +00:00
parent f22a4f018e
commit 8857a6481f
2 changed files with 11 additions and 11 deletions

View File

@ -9,12 +9,12 @@ It may also contain additional tools and script that are useful for preparing a
### Latest Build
* [brucker-authorarchive-2016-acmart.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-acmart.pdf)
* [brucker-authorarchive-2016-entcs.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-entcs.pdf)
* [brucker-authorarchive-2016-IEEEtran-nourl.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-IEEEtran-nourl.pdf)
* [brucker-authorarchive-2016-IEEEtran.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-IEEEtran.pdf)
* [brucker-authorarchive-2016-llncs-a4.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-llncs-a4.pdf)
* [brucker-authorarchive-2016-llncs.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-llncs.pdf)
* [brucker-authorarchive-2016-lni.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016-lni.pdf)
* [brucker-authorarchive-2016.pdf](https://artifacts.logicalhacking.com/ci/authorarchive/main/latest/brucker-authorarchive-2016.pdf)
* [brucker-authorarchive-2016-acmart.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-acmart.pdf)
* [brucker-authorarchive-2016-entcs.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-entcs.pdf)
* [brucker-authorarchive-2016-IEEEtran-nourl.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-IEEEtran-nourl.pdf)
* [brucker-authorarchive-2016-IEEEtran.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-IEEEtran.pdf)
* [brucker-authorarchive-2016-llncs-a4.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-llncs-a4.pdf)
* [brucker-authorarchive-2016-llncs.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-llncs.pdf)
* [brucker-authorarchive-2016-lni.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016-lni.pdf)
* [brucker-authorarchive-2016.pdf](https://artifacts.logicalhacking.com/ci/adbrucker/authorarchive/main/latest/brucker-authorarchive-2016.pdf)

View File

@ -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
- cd examples
- curl http://www.entcs.org/generic.zip --output generic.zip
@ -18,8 +18,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