Skip to content
Snippets Groups Projects
Verified Commit 843aff46 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

include TEI stylesheets in container, aggregator version as tag for container image

parent 080f8822
No related branches found
No related tags found
No related merge requests found
Pipeline #305214 failed
......@@ -109,7 +109,9 @@ tag_container_image:
before_script:
- *crane-setup
script:
- source $VARIABLES_FILE
- crane tag $CONTAINER_IMAGE latest
- crane tag $CONTAINER_IMAGE $PVERSION-$CI_COMMIT_SHORT_SHA
# Deploy DEB files to APTLY repository.
# All four DEB files are deployed with SNAPSHOT version (branch: develop)!
......
......@@ -2,6 +2,8 @@ FROM maven:3-jdk-8 as builder
COPY . /build
WORKDIR /build
# clone the tei stylesheets
RUN git submodule update --recursive --init
RUN mvn package -Dmaven.test.skip=true -P \!textgrid.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment