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

ci: Fixes to the pipeline

parent 6d880879
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,6 @@ stages:
- test
- deploy
before_script:
- apt update && apt install -y make docker docker-compose
- docker run hello-world
- cd bitia_runner && make bootstrap
build:
stage: build
tags:
......@@ -33,4 +28,4 @@ deploy:
script:
- python3 -m pip install poetry
- poetry install
- .ci/realese.sh
- bash .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