dda-devops-build/.gitlab-ci.yml

18 lines
433 B
YAML
Raw Normal View History

2023-07-07 14:35:08 +00:00
image: "domaindrivenarchitecture/devops-build:4.0.8"
2022-02-22 17:01:08 +00:00
before_script:
- python --version
2022-02-24 14:47:14 +00:00
- python -m pip install --upgrade pip
2022-02-24 09:05:58 +00:00
- pip install -r requirements.txt
2023-05-20 09:48:49 +00:00
- export IMAGE_TAG=$CI_IMAGE_TAG
2023-05-20 11:47:33 +00:00
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
2023-05-20 09:48:49 +00:00
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
2022-02-22 17:01:08 +00:00
stages:
2022-05-20 11:37:48 +00:00
- image
2022-02-22 17:01:08 +00:00
2022-05-20 08:01:53 +00:00
devops-build-image-test-publish:
stage: image
script:
2023-07-12 11:00:46 +00:00
- cd infrastructure/devops-build && pyb image