diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 15:48:23 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 15:48:23 +0200 |
| commit | f82196f53fce2b42ac90a8fa568caf55faa8e523 (patch) | |
| tree | 01a7eb8f9a06100163e2017dfd13bfb3b2232874 | |
| parent | accce2ff377f325af44cf61e45ca11334a0c703a (diff) | |
| download | Ishtar-f82196f53fce2b42ac90a8fa568caf55faa8e523.tar.bz2 Ishtar-f82196f53fce2b42ac90a8fa568caf55faa8e523.zip | |
CI: try to debug automatic instance preparation
| -rwxr-xr-x | ishtar-prepare-instance | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance index 7a4cea27e..7820db4be 100755 --- a/ishtar-prepare-instance +++ b/ishtar-prepare-instance @@ -40,8 +40,13 @@ if [ -d "$INSTANCE" ]; then fi cp -ra example_project $INSTANCE +echo "Debug...." rm $INSTANCE/settings.py ln -s $DEST/example_project/settings.py $DEST/$INSTANCE/settings.py +ls $DEST/ +ls $DEST/example_project +ls -la $DEST/$INSTANCE +echo "Debug done" # Collect static data: cd $INSTANCE |
