Fix gen_tags.sh script
parent
7abd4eeafd
commit
abc1421def
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh -eo pipefail
|
#!/bin/sh
|
||||||
|
set -eo pipefail
|
||||||
|
|
||||||
#Generate MD formatted tags from roles and cluster yaml files
|
#Generate MD formatted tags from roles and cluster yaml files
|
||||||
printf "|%25s |%9s\n" "Tag name" "Used for"
|
printf "|%25s |%9s\n" "Tag name" "Used for"
|
||||||
echo "|--------------------------|---------"
|
echo "|--------------------------|---------"
|
||||||
|
|
Loading…
Reference in New Issue