Skip to content
Snippets Groups Projects
Commit 35e95a43 authored by Markus Frosch's avatar Markus Frosch
Browse files

docker: Include CI_ env and remove default command

parent 04b1ba52
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,6 @@ else
exit 1
fi
if [ $# -eq 0 ]; then
set -- icinga-build-package
fi
DOCKER_IMAGE="${ICINGA_DOCKER_ORG}/${TARGET}"
if [ -n "${ICINGA_DOCKER_REGISTRY}" ]; then
DOCKER_IMAGE="${ICINGA_DOCKER_REGISTRY}/${DOCKER_IMAGE}"
......@@ -51,6 +47,7 @@ trap 'rm -f ${env_file}' EXIT INT
env | grep -e ^ICINGA > "${env_file}" || true
env | grep -e ^APTLY >> "${env_file}" || true
env | grep -e ^CI_ >> "${env_file}" || true
echo "[ Running build in Docker ]"
set -ex
......
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