Skip to content
Snippets Groups Projects
Unverified Commit 11336574 authored by Axel Huebl's avatar Axel Huebl Committed by GitHub
Browse files

packages service: fix docker build again (#12774)

CD is hard.
parent 0d270e0d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment