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

Let config updates be handled externally

parent 5820a5e9
Branches
No related tags found
No related merge requests found
......@@ -5,9 +5,6 @@ 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
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.
Please register or to comment