Skip to content
Extraits de code Groupes Projets
Valider 293e5308 rédigé par Jamesie Pic's avatar Jamesie Pic
Parcourir les fichiers

Settings require raven if sentry file is found

parent 026f66d5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,9 +11,6 @@ pip install -U pip
pip install -Ue ${OPENSHIFT_REPO_DIR}
python ${OPENSHIFT_REPO_DIR}manage.py migrate --noinput
pushd ${OPENSHIFT_REPO_DIR}
if [ -f ${OPENSHIFT_DATA_DIR}sentry ]; then
pip install raven
......@@ -22,6 +19,8 @@ else
echo ${OPENSHIFT_DATA_DIR}sentry does not exist, not setting up raven.
fi
python ${OPENSHIFT_REPO_DIR}manage.py migrate --noinput
PATH="${OPENSHIFT_DATA_DIR}node/bin:$PATH"
HOME=$OPENSHIFT_DATA_DIR
CI=true
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter