Skip to content
Snippets Groups Projects
Verified Commit f37d803f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Automatically handle config updates

parent ff60717c
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,7 @@ cd $SOURCE_PATH
mkdir -p $SOURCE_PATH/repo/
while true; do
cd $SOURCE_PATH/repo/
cat /config.py >> config.py
echo "keypass=\"$PASSWORD_KEY\"" >> config.py
echo "keystorepass=\"$PASSWORD_KEYSTORE\"" >> config.py
cat /config.py; echo "keypass=\"$PASSWORD_KEY\""; echo "keystorepass=\"$PASSWORD_KEYSTORE\"" > config.py
for app in $APPS; do
curl -O $app;
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment