diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-06-16 22:01:35 -0600 |
---|---|---|
committer | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-09-14 10:37:42 -0600 |
commit | ace52bd47670a364df5746d6a4cd8aa34d1b0661 (patch) | |
tree | dc49fa058ea59221403676649521a6f39ca4ebe9 /share | |
parent | 4ca7d46e1515757e80c56c3f720391b937440e5e (diff) | |
download | spack-ace52bd47670a364df5746d6a4cd8aa34d1b0661.tar.gz spack-ace52bd47670a364df5746d6a4cd8aa34d1b0661.tar.bz2 spack-ace52bd47670a364df5746d6a4cd8aa34d1b0661.tar.xz spack-ace52bd47670a364df5746d6a4cd8aa34d1b0661.zip |
Provide your own script, before_script, and after_script
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index f77f60dfc9..2de74b888c 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -465,7 +465,7 @@ _spack_ci() { } _spack_ci_generate() { - SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref --optimize --dependencies" + SPACK_COMPREPLY="-h --help --output-file --copy-to --optimize --dependencies" } _spack_ci_rebuild() { |