Skip to content
Snippets Groups Projects

Create new aramaic on website

Merged Michelle Weidling requested to merge create-new-aramaic-on-website into develop
Compare and Show latest version
1 file
+ 8
6
Compare changes
  • Side-by-side
  • Inline
+ 8
6
@@ -211,7 +211,7 @@ test:
- ./ci-scripts/resource-downloader.sh --service "existdb:8080" --textgrid-uri ${TARGET_URI}
timeout: 2 hours
artifacts:
# a combined artifact is keept in the "data upload" job
# a combined artifact is kept in the "data upload" job
expire_in: "7 days"
paths:
- export
@@ -219,10 +219,7 @@ test:
data import all:
extends: .data import
rules:
- if: '($CI_COMMIT_MESSAGE =~ /ci-reimport-data/ || $REIMPORT == "true")'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH != "main"'
- if: '($CI_COMMIT_MESSAGE =~ /ci-reimport-data/ || $REIMPORT == "true") && $CI_MERGE_REQUEST_ID == null'
- if: '$CI_COMMIT_TAG'
- if: '$CI_COMMIT_REF_NAME == "main"'
parallel:
@@ -239,10 +236,14 @@ data import basic:
when: never
- if: '$CI_COMMIT_REF_NAME == "main"'
when: never
- when: always
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: '$CI_COMMIT_REF_NAME != "main"'
.data upload:
stage: data_upload # stage after data_import
dependencies:
- data import basic
image: harbor.gwdg.de/sub-fe-pub/mgoebel/swiss_knife/fedora:latest
services:
- alias: vault
@@ -256,6 +257,7 @@ data import basic:
before_script:
- export TARGET_EXIST_ADMIN_PW=$(wget -q -O - "vault:8000/?role_name=gitlab-${CI_PROJECT_PATH//\//-}&path=ahiqar/develop&key=EXIST_ADMIN_PW")
script:
- ls
- cd export
- |
for i in $(find . -type f); do
Loading