Skip to content
Snippets Groups Projects
Commit 205d80b6 authored by dilawar's avatar dilawar :ant:
Browse files

ci: Fixes to the pipeline

parent 923d020f
No related branches found
No related tags found
No related merge requests found
Pipeline #3625 failed with stages
in 1 minute and 7 seconds
...@@ -2,7 +2,6 @@ image: python:3.8-slim-buster ...@@ -2,7 +2,6 @@ image: python:3.8-slim-buster
stages: stages:
- build - build
- test
- deploy - deploy
before_script: before_script:
...@@ -13,21 +12,13 @@ build: ...@@ -13,21 +12,13 @@ build:
tags: tags:
- linux - linux
script: script:
- python3 -m pip install poetry --upgrade
- make ci - make ci
test:
stage: test
tags:
- linux
script:
- python3 -m pip install .
- make test
deploy: deploy:
stage: deploy stage: deploy
tags: tags:
- linux - linux
script: script:
- python3 -m pip install poetry - python3 -m pip install poetry --upgrade
- poetry install
- bash .ci/release.sh - bash .ci/release.sh
POETRY := $(shell which poetry) POETRY := poetry
MYPY_OPTS:=--ignore-missing-imports --install-types --non-interactive MYPY_OPTS:=--ignore-missing-imports --install-types --non-interactive
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment