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

fix (ci): fixes to `make release`

parent cbad2a4b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ test:
script:
- python3 -m pip install .
- make test
- bash ./tests/cli_in_docker/run_tests.sh
deploy:
stage: deploy
......@@ -31,4 +30,4 @@ deploy:
script:
- python3 -m pip install poetry
- poetry install
- .ci/realese.sh
- .ci/release.sh
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