fix
This commit is contained in:
@@ -175,7 +175,7 @@ resource "kubectl_manifest" "Task_auto-cd-create" {
|
|||||||
REPOS="$REPOS$1 "
|
REPOS="$REPOS$1 "
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
if [ $# -gt 1 ];then
|
if [ $# -gt 0 ];then
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
create_prj "$@"
|
create_prj "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user