Skip to content
Extraits de code Groupes Projets
Valider a04d6b1f rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Set plugin code in plugin travis build AFTER checking out test against branch...

Set plugin code in plugin travis build AFTER checking out test against branch so the correct code to test is used.
parent 1b8d3029
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -94,14 +94,14 @@ install:
- git fetch -q
{% endif %}
{% if generationMode == 'plugin' %}
# move plugin contents to folder in the plugins subdirectory
- rm -rf plugins/$PLUGIN_NAME
- mv ../$PLUGIN_NAME plugins
- ./tests/travis/checkout_test_against_branch.sh
- git submodule init -q
- git submodule update -q || true
# move plugin contents to folder in the plugins subdirectory
- rm -rf plugins/$PLUGIN_NAME
- mv ../$PLUGIN_NAME plugins
# copy .coveralls.yml if none exists
- if [ ! -f ../coveralls.yml ];
then cp .coveralls.yml ../coveralls.yml || 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