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:
- lint
- image
- upload
- image
flake8:
stage: lint

View file

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

View file

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