From c2fbd57f122472f11ee75e707b83e02f727a9fc6 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 26 Mar 2022 22:11:03 +0000 Subject: [PATCH] Fixed deployment directories. --- .woodpecker/README.md | 8 ++++---- .woodpecker/build.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/README.md b/.woodpecker/README.md index 2343ef1a..c9dad9d0 100644 --- a/.woodpecker/README.md +++ b/.woodpecker/README.md @@ -10,8 +10,8 @@ It may also contain additional tools and script that are useful for preparing a ### Latest Build * lualatex - * [browser_info](https://artifacts.logicalhacking.com/ci-confidential/Isabelle_DOF/Isabelle_DOF/main/latest/lualatex/browser_info/Unsorted/Isabelle_DOF/) - * [aux files](https://artifacts.logicalhacking.com/ci-confidential/Isabelle_DOF/Isabelle_DOF/main/latest/lualatex/) + * [browser_info](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/lualatex/browser_info/Unsorted/) + * [aux files](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/lualatex/) * pdflatex - * [browser_info](https://artifacts.logicalhacking.com/ci-confidential/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/browser_info/Unsorted/Isabelle_DOF/) - * [aux files](https://artifacts.logicalhacking.com/ci-confidential/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/) + * [browser_info](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/browser_info/Unsorted/) + * [aux files](https://artifacts.logicalhacking.com/ci/Isabelle_DOF/Isabelle_DOF/main/latest/pdflatex/) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 2429dab8..d42f5884 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -13,7 +13,7 @@ pipeline: - isabelle build -D DOF_test - cp -r $ISABELLE_HOME_USER/browser_info $ARTIFACT_DIR - cd $ARTIFACT_DIR - - cd .. + - cd ../.. - ln -s * latest deploy: image: docker.io/drillster/drone-rsync