Skip to content
Snippets Groups Projects
Commit 77e17448 authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

wip

parent 09881203
Branches
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
git submodule update git submodule update
gilt --config "vendor/gilt.developer.yml" overlay gilt --config "vendor/gilt.yml" overlay
#!/usr/bin/env bash #!/usr/bin/env bash
git submodule update git submodule update
gilt --config "vendor/gilt.developer.yml" overlay gilt --config "vendor/gilt.yml" overlay
...@@ -26,7 +26,7 @@ while read -r url \ ...@@ -26,7 +26,7 @@ while read -r url \
echo -e "\033[0;33mPushing to origin: $url\033[0m" echo -e "\033[0;33mPushing to origin: $url\033[0m"
git push "origin" --all git push "origin" --all
fi fi
done <<<"$(grep -A2 -- '- git:' vendor/gilt.developer.yml)" done <<<"$(grep -A2 -- '- git:' vendor/gilt.yml)"
cd "$old_dir" || exit 1 cd "$old_dir" || exit 1
......
...@@ -13,7 +13,7 @@ import yaml ...@@ -13,7 +13,7 @@ import yaml
# if random.randint(1, 4) != 3: # if random.randint(1, 4) != 3:
# sys.exit() # sys.exit()
with open("vendor/gilt.developer.yml", "r") as stream: with open("vendor/gilt.yml", "r") as stream:
config = yaml.safe_load(stream) config = yaml.safe_load(stream)
old_dir = os.getcwd() old_dir = os.getcwd()
......
Subproject commit ad679fecfcbdf671453af7b45cbab52b8e29e5dd Subproject commit a3bf86c36e566ff96b40347c76fd66cb04c6e034
Subproject commit a939f7b167eec45bdad643269f28dbeb87c4ec8c Subproject commit f9a62a1ec26384b61ff562f22ab32ecab9d817a0
Subproject commit b098f3f9124daa78bc5da15b86153e81060f4e5f Subproject commit 19aa90c744e5a1adae6d5f9583019658de7e35fe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment