add docker files

This commit is contained in:
canguilieme julien 2024-10-07 21:27:27 +02:00
parent 1bb33b7b45
commit b022e3f115

View File

@ -9,6 +9,10 @@ build-job:
tags:
- deploiement
script:
- apt-get update -y
- apt-get install git -y
- echo "Le runner fonctionne correctement."
- git --version
- echo "Compilation du code..."
# Ajoutez vos commandes de build ici