diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2019-09-09 18:24:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 18:24:16 -0700 |
commit | 113365744e4c755e907eb0d254e6ce3c7bc3eb02 (patch) | |
tree | d15bd4873dd74d95ec7e6d9309e96ed079bd7c8f | |
parent | 0d270e0d2a3b45475073f9e0fa27fa16fb434217 (diff) | |
download | spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.tar.gz spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.tar.bz2 spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.tar.xz spack-113365744e4c755e907eb0d254e6ce3c7bc3eb02.zip |
packages service: fix docker build again (#12774)
CD is hard.
-rwxr-xr-x | share/spack/qa/run-docker-tests | 2 |
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 |