Compare commits

..

No commits in common. "1afa34dba312f990edb4322976c0247a2b6d7ae8" and "c669d8f7b5652d2bdf18b3bc81c7caac2bc26668" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -4,14 +4,14 @@ stages:
- image - image
.py: &py .py: &py
image: "domaindrivenarchitecture/ddadevops-python:4.7.0" image: "domaindrivenarchitecture/ddadevops-python:4.5.5-dev2023-08-17-17-07-54"
before_script: before_script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- python --version - python --version
- pip install -r requirements.txt - pip install -r requirements.txt
.img: &img .img: &img
image: "domaindrivenarchitecture/ddadevops-dind:4.7.0" image: "domaindrivenarchitecture/ddadevops-dind:4.1.0"
services: services:
- docker:dind - docker:dind
before_script: before_script:

View file

@ -46,7 +46,7 @@ license = "Apache Software License"
def initialize(project): def initialize(project):
# project.build_depends_on('mockito') # project.build_depends_on('mockito')
# project.build_depends_on('unittest-xml-reporting') # project.build_depends_on('unittest-xml-reporting')
project.build_depends_on("ddadevops>=4.7.0") project.build_depends_on("ddadevops>=4.0.0")
project.set_property("verbose", True) project.set_property("verbose", True)
project.get_property("filter_resources_glob").append( project.get_property("filter_resources_glob").append(