# restreindre au déclenchement automatique par schedule ou déclenchement manuel pour éviter de tourner en boucle (le commit produit par le pipeline qui déclenche le pipeline à nouveau)
-schedules
-schedules
-web
-web
before_script:
before_script:
# installations permettant de faire tourner git
-apk update
-apk update
-apk add git openssh
-apk add git openssh
script:
script:
# installation des bibliothèques python et exécution du script
-pip install pandas
-pip install pandas
-pip install requests
-pip install requests
-pip install matplotlib
-pip install matplotlib
-python run-all-codes.py
-python run-all-codes.py
after_script:
after_script:
# commit des changements suite à l'exécution du script