Skip to content
Extraits de code Groupes Projets
Valider 445627da rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Update .gitlab-ci.yml

parent 34498276
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!81Try to do fancy stuff
stages: update_readme:
- build
create_badge_svg:
stage: build
image: python:3.6.6
tags:
- docker
script: script:
- echo "Python other dependencies installation" - echo $CI_PROJECT_NAME # Sanity check
after_script: - sed -ie "s/{THIS}/$CI_PROJECT_NAME/g" README.md
- pip install anybadge \ No newline at end of file
- commits=$(git rev-list --all --count)
- anybadge -l commits -v $commits -f commits.svg -c green
artifacts:
paths:
- commits.svg
when: always
expire_in: 4 weeks
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