switched ordering

This commit is contained in:
bom 2022-05-20 13:37:48 +02:00
parent 49a3acc2f4
commit a3c5129cea
3 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@ before_script:
stages: stages:
- lint - lint
- image
- upload - upload
- image
flake8: flake8:
stage: lint stage: lint

View file

@ -5,7 +5,7 @@ from ddadevops import *
import logging import logging
name = 'clojure' name = 'clojure'
MODULE = 'clojure' MODULE = 'docker'
PROJECT_ROOT_PATH = '../..' PROJECT_ROOT_PATH = '../..'

View file

@ -5,7 +5,7 @@ from ddadevops import *
import logging import logging
name = 'devops-build' name = 'devops-build'
MODULE = 'devops-build' MODULE = 'docker'
PROJECT_ROOT_PATH = '../..' PROJECT_ROOT_PATH = '../..'