Skip to content
Snippets Groups Projects
Commit 7eb6ee73 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

gitlab ci works in strange ways

parent 66cebf69
Branches
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ REGISTRY=$1
grep -v '^#' versions | cut -f1 | \
while read -r ver; do
goemaxima_version="$2"
./buildimage.sh "$ver" "${REGISTRY}" "$goemaxima_version" || exit 1
/bin/sh buildimage.sh "$ver" "${REGISTRY}" "$goemaxima_version" || exit 1
done
......@@ -25,7 +25,7 @@ if [ -n "$REG" ]; then
fi
# build it
docker build -t "${IMAGENAME}-dev" --build-arg MAXIMA_VERSION="$maximaver" --build-arg SBCL_VERSION="$sbclver" --build-arg LIB_PATH="$libpath" . || exit 1
echo "${IMAGENAME} wurde erfolgreich gebaut."
echo "${IMAGENAME} was built successfully."
# push the image
if [ -n "$REG" ]; then
docker tag "$IMAGENAME-dev" "$2/$IMAGENAME-dev"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment