diff --git a/.gitignore b/.gitignore index 9a45beb..d5e859a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ secrets/* *~ resources/*.snap resources/*.assert +resources/*.zip diff --git a/resources/do_resources.sh b/resources/do_resources.sh new file mode 100755 index 0000000..8b6b934 --- /dev/null +++ b/resources/do_resources.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +for i in $(ls *.yaml) +do + name=$(echo $i | awk -F. '{print $1}') + + zip $name.zip $i + +done diff --git a/resources/keystone.zip b/resources/keystone.zip deleted file mode 100644 index 1a17f67..0000000 Binary files a/resources/keystone.zip and /dev/null differ