Skip to content
Extraits de code Groupes Projets
Valider fa1e8444 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Update .gitlab-ci.yml file

parent 29ee818b
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #251 en échec
...@@ -35,7 +35,7 @@ deploy: ...@@ -35,7 +35,7 @@ deploy:
- if [ "$CHANGES" -gt "0" ]; then - if [ "$CHANGES" -gt "0" ]; then
git status; git status;
git commit -m "Update public from ${CI_COMMIT_SHORT_SHA}"; git commit -m "Update public from ${CI_COMMIT_SHORT_SHA}";
git push -o ci.skip; git push HEAD:master -o ci.skip;
fi fi
only: only:
- master - master
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter