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

ci: installs make

parent 4de75289
No related branches found
No related tags found
No related merge requests found
Pipeline #3589 failed with stages
in 11 seconds
......@@ -5,6 +5,9 @@ stages:
- test
- deploy
before_script:
- apt update && apt install -y make
build:
stage: build
tags:
......@@ -28,4 +31,4 @@ deploy:
script:
- python3 -m pip install poetry
- poetry install
- bash .ci/realese.sh
- .ci/realese.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