add docker files

This commit is contained in:
canguilieme julien 2024-10-07 21:29:19 +02:00
parent b022e3f115
commit 99113c57d9

View File

@ -9,10 +9,6 @@ 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