From 7c54aa2eb088398d626b8ce4354623d62f3a4638 Mon Sep 17 00:00:00 2001 From: Omar Padron Date: Thu, 25 Jun 2020 14:27:20 -0400 Subject: add workaround for gitlab ci needs limit (#17219) * add workaround for gitlab ci needs limit * fix style/address review comments * convert filter obj to list * update command completion * remove dict comprehension * add workaround tests * fix sorting issue between disparate types * add indeces to format --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index ffd7596416..eff9e15b2c 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -474,7 +474,7 @@ _spack_ci() { } _spack_ci_generate() { - SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref --optimize" + SPACK_COMPREPLY="-h --help --output-file --copy-to --spack-repo --spack-ref --optimize --dependencies" } _spack_ci_rebuild() { -- cgit v1.2.3-60-g2f50