travis-ci: Use a non-ostree-specific name for the Docker image

This reduces the diff when comparing these scripts with similar glue
in dbus or elsewhere.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

Closes: #600
Approved by: cgwalters
This commit is contained in:
Simon McVittie 2016-11-28 17:22:24 +00:00 committed by Atomic Bot
parent 0473fb8523
commit 49b8ccd8cb
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ if [ -n "$ci_docker" ]; then
--env=ci_test="${ci_test}" \ --env=ci_test="${ci_test}" \
--env=ci_test_fatal="${ci_test_fatal}" \ --env=ci_test_fatal="${ci_test_fatal}" \
--privileged \ --privileged \
ostree-ci \ ci-image \
tests/ci-build.sh tests/ci-build.sh
fi fi

View File

@ -43,7 +43,7 @@ if [ -n "$ci_docker" ]; then
-e "s/@ci_docker@/${ci_docker}/" \ -e "s/@ci_docker@/${ci_docker}/" \
-e "s/@ci_suite@/${ci_suite}/" \ -e "s/@ci_suite@/${ci_suite}/" \
< tests/ci-Dockerfile.in > Dockerfile < tests/ci-Dockerfile.in > Dockerfile
exec docker build -t ostree-ci . exec docker build -t ci-image .
fi fi
case "$ci_distro" in case "$ci_distro" in