summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-06-20 13:39:31 +0200
committerGitHub <noreply@github.com>2017-06-20 13:39:31 +0200
commit592edb65f8ea09f235e3f7454c8990c7897e9ed4 (patch)
treeeff375b48c9d88717de53f584ebd866eb7faf56f /docker
parenta07d228369ceda3b7abab47daeb56756b38ce7a7 (diff)
Revert "Update dependencies for bundle-plugin"
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/vespa-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/vespa-ci.sh b/docker/vespa-ci.sh
index beb5944233b..3e990bb2991 100755
--- a/docker/vespa-ci.sh
+++ b/docker/vespa-ci.sh
@@ -23,4 +23,4 @@ cp -p ../dist/vespa.spec tmp/vespa.spec
docker build -t "$CI_DOCKER_IMAGE" -f Dockerfile.ci .
docker run --rm -v $(pwd)/..:/vespa --entrypoint /vespa-ci-internal.sh "$CI_DOCKER_IMAGE" "$GIT_COMMIT" \
- 2>&1 | tee vespa-ci-$(date +%Y-%m-%dT%H:%M:%S%z).log
+ 2>&1 | tee vespa-ci-${GIT_COMMIT}-$(date +%Y-%m-%dT%H:%M:%S%z).log