Skip to content
Extraits de code Groupes Projets
Valider 638f8bc9 rédigé par Céline's avatar Céline
Parcourir les fichiers

Add .gitlab-ci.yml

parent 2dc35274
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #3396 réussi
image: alpine
image: alpine
stages:
- hello
- goodbye
hello_job:
stage: hello
script:
- echo Hello World ! This is a CI/CD pipeline for $CI_PROJECT_NAME
- cat README.md
goodbye_job:
stage: goodbye
script:
- echo 'Goodbye World !'
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