summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2019-09-09 18:24:16 -0700
committerGitHub <noreply@github.com>2019-09-09 18:24:16 -0700
commit113365744e4c755e907eb0d254e6ce3c7bc3eb02 (patch)
treed15bd4873dd74d95ec7e6d9309e96ed079bd7c8f /share
parent0d270e0d2a3b45475073f9e0fa27fa16fb434217 (diff)
downloadspack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.tar.gz
spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.tar.bz2
spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.tar.xz
spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.zip
packages service: fix docker build again (#12774)
CD is hard.
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/qa/run-docker-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-docker-tests b/share/spack/qa/run-docker-tests
index 6e7469e178..769384c90e 100755
--- a/share/spack/qa/run-docker-tests
+++ b/share/spack/qa/run-docker-tests
@@ -36,7 +36,7 @@ this_dir=$(cd $(dirname $0) && pwd)
SPACK_BIN="${this_dir}/../../../bin/spack"
# packages.spack.io service
-${SPACK_BIN} list --format version_json > packages.json
+${SPACK_BIN} list --format version_json > ${this_dir}/../packages/packages.json
./share/spack/packages/build-image.sh
if [ "$TEST_SUITE" '=' "docker" -a \
"$TRAVIS_EVENT_TYPE" != "pull_request" ] && ensure_docker_login ; then