From 49a3b1449efe02215acf8e09af02dcbf8cbd65ed Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 13 Jan 2022 22:38:40 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e934c7e..58be556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,8 +53,8 @@ lint:py: stage: lint needs: [] script: - - pip install pycodestyle - - pycodestyle --config=pycodestyle.cfg --count . + - pip install black==^21.12b0 + - black --diff . lint:js: image: node:14 @@ -114,7 +114,7 @@ deploy:production: - master environment: name: production - url: api.sahkoinsinoorikilta.fi + url: https://api.sahkoinsinoorikilta.fi when: manual variables: DOCKER_HOST: $CI_DOCKER_HOST