From 8c1d51b68ace24466e5d13f7874aacd193736f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 12 Feb 2022 23:50:27 +0100 Subject: [PATCH] tmp(gitlab-ci): testing docker build --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b75fa..6972970 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,16 +2,16 @@ stages: - lint - build -pre-commit: - stage: lint - image: python:latest - before_script: - - pip install pre-commit - - pre-commit install - script: - - pre-commit run --all-files +# pre-commit: +# stage: lint +# image: python:latest +# before_script: +# - pip install pre-commit +# - pre-commit install +# script: +# - pre-commit run --all-files -docker-compose: +docker: stage: build script: - docker build --tag server -f Dockerfile .