Commit 377ac847 by Feanil Patel

Have seperate collections for the different plays.

parent bf4e0d12
...@@ -146,7 +146,7 @@ pip install -r requirements.txt ...@@ -146,7 +146,7 @@ pip install -r requirements.txt
cd .. cd ..
python configuration/util/jenkins/stage_release.py -c configuration-secure/jenkins/prepare_release.yml -u "$BUILD_USER" -d {{COMMON_DEPLOYMENT}} -r $BUILD_NUMBER edxapp_theme=$EDXAPP_THEME_REF edx-platform=$EDX_PLATFORM_REF python configuration/util/jenkins/stage_release.py -c configuration-secure/jenkins/prepare_release.yml -u "$BUILD_USER" -d {{COMMON_DEPLOYMENT}}-edxapp -r $BUILD_NUMBER edxapp_theme=$EDXAPP_THEME_REF edx-platform=$EDX_PLATFORM_REF
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -140,7 +140,7 @@ pip install -r requirements.txt ...@@ -140,7 +140,7 @@ pip install -r requirements.txt
cd .. cd ..
python configuration/util/jenkins/stage_release.py -c configuration-secure/jenkins/prepare_release.yml -u &quot;$BUILD_USER&quot; -d {{COMMON_DEPLOYMENT}} -r $BUILD_NUMBER forum=$FORUM_REF</command> python configuration/util/jenkins/stage_release.py -c configuration-secure/jenkins/prepare_release.yml -u &quot;$BUILD_USER&quot; -d {{COMMON_DEPLOYMENT}}-forum -r $BUILD_NUMBER forum=$FORUM_REF</command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
<publishers> <publishers>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment