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

Update .gitlab-ci.yml file

parent d570563d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #256 réussi
......@@ -35,7 +35,7 @@ deploy:
- if [ "$CHANGES" -gt "0" ]; then
git status;
git commit -m "Update public from ${CI_COMMIT_SHORT_SHA}";
git push HEAD:master HEAD:master -o ci.skip;
git push "https://${CI_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci;
fi
only:
- 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