Compare commits
No commits in common. "1afa34dba312f990edb4322976c0247a2b6d7ae8" and "c669d8f7b5652d2bdf18b3bc81c7caac2bc26668" have entirely different histories.
1afa34dba3
...
c669d8f7b5
2 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@ stages:
|
|||
- image
|
||||
|
||||
.py: &py
|
||||
image: "domaindrivenarchitecture/ddadevops-python:4.7.0"
|
||||
image: "domaindrivenarchitecture/ddadevops-python:4.5.5-dev2023-08-17-17-07-54"
|
||||
before_script:
|
||||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||
- python --version
|
||||
- pip install -r requirements.txt
|
||||
|
||||
.img: &img
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.7.0"
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.1.0"
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
|
|
2
build.py
2
build.py
|
@ -46,7 +46,7 @@ license = "Apache Software License"
|
|||
def initialize(project):
|
||||
# project.build_depends_on('mockito')
|
||||
# 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.get_property("filter_resources_glob").append(
|
||||
|
|
Loading…
Reference in a new issue