diff options
Diffstat (limited to 'bin/rebuild-index.sh')
-rwxr-xr-x | bin/rebuild-index.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/rebuild-index.sh b/bin/rebuild-index.sh new file mode 100755 index 0000000000..09e14a9cee --- /dev/null +++ b/bin/rebuild-index.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +set -x + +SPACK_BIN_DIR="${CI_PROJECT_DIR}/bin" +export PATH="${SPACK_BIN_DIR}:${PATH}" + +spack upload-s3 index |