|
@@ -42,6 +42,9 @@ update_repository "$DESIGN_TEMPLATE" "design_template" "$DESIGN_TEMPLATE_B
|
|
update_repository "$WEBSERVICE_RUNNING" "webservice_running" "$WEBSERVICE_RUNNING_BRANCH"
|
|
update_repository "$WEBSERVICE_RUNNING" "webservice_running" "$WEBSERVICE_RUNNING_BRANCH"
|
|
update_repository "$LANDING" "landing" "$LANDING_BRANCH"
|
|
update_repository "$LANDING" "landing" "$LANDING_BRANCH"
|
|
update_repository "$USER_MODEL" "user" "$USER_MODEL_BRANCH"
|
|
update_repository "$USER_MODEL" "user" "$USER_MODEL_BRANCH"
|
|
|
|
+
|
|
|
|
+# Update webapp-base repository
|
|
|
|
+git checkout "$WEBAPP_BASE_BRANCH"
|
|
git pull
|
|
git pull
|
|
|
|
|
|
# Create a Python virtual environment and activate it
|
|
# Create a Python virtual environment and activate it
|