Skip to content
Snippets Groups Projects
Commit 8d9648a3 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

feat: download templates from TEMPLATES_TAR_URL

parent 0d2c7fbe
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ build: ...@@ -13,7 +13,7 @@ build:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- curl --fail https://gitlab.phaidra.org/kartenaale/card-templates/-/jobs/104428/artifacts/raw/card-templates-1.0.2.tar.gz | tar -xz - curl --fail "$TEMPLATES_TAR_URL" | tar -xz
- export_apkgs -c content -t templates -o . - export_apkgs -c content -t templates -o .
- echo "ARTIFACTS_URL=https://gitlab.phaidra.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/browse" > build.env - echo "ARTIFACTS_URL=https://gitlab.phaidra.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/browse" > build.env
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment