Browse Source
Merge pull request #3582 from LinuxGit/Louis/gen_tags-script
Fix gen_tags.sh script
pull/3706/head
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
scripts/gen_tags.sh
|
|
@ -1,4 +1,6 @@ |
|
|
|
#!/bin/sh -eo pipefail |
|
|
|
#!/bin/sh |
|
|
|
set -eo pipefail |
|
|
|
|
|
|
|
#Generate MD formatted tags from roles and cluster yaml files |
|
|
|
printf "|%25s |%9s\n" "Tag name" "Used for" |
|
|
|
echo "|--------------------------|---------" |
|
|
|