*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit a8a96c30 authored by Muck, Katrin's avatar Muck, Katrin
Browse files

test

parent a1e33644
No related branches found
No related tags found
No related merge requests found
Pipeline #70632 passed with stage
in 2 seconds
......@@ -4,6 +4,11 @@ VARIANT_PATH=$1
VARIANT=$2
TAG=$3
if [ -z "$TAG" ]; then
echo "usage: $0 <variant-path> <variant-name> <tag>"
exit 1
fi
echo "Building $VARIANT"
cd $VARIANT_PATH
......
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