diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33aa37a..be7f4fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "domaindrivenarchitecture/devops-build:4.0.8" +image: "domaindrivenarchitecture/devops-build:latest" before_script: - python --version @@ -9,9 +9,6 @@ before_script: - export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER - export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD -variables: - DOCKER_HOST: tcp://localhost:2375/ - stages: - lint&test - upload diff --git a/build.py b/build.py index f1d0b48..b725a0e 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.0.15-dev" +version = "4.0.16-dev" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]