-
dilawar authored36e820d0
.gitlab-ci.yml 354 B
image: python:3.8-slim-buster
stages:
- build
- deploy
before_script:
- apt update && apt install -y make
build:
stage: build
tags:
- linux
script:
- python3 -m pip install poetry --upgrade
- make ci
deploy:
stage: deploy
tags:
- linux
script:
- python3 -m pip install poetry --upgrade
- bash .ci/release.sh