trigger build

master
Sasa Kocic 4 years ago
parent cbd2203290
commit f4927a9aec

@ -1,12 +1,11 @@
kind: pipeline
name: build
platform:
arch: amd64
type: docker
steps:
- name: test
image: python:3.10.1-slim-buster
settings:
script:
commands:
- pip install --upgrade pip setuptools wheel
- pip wheel -r requirements.txt --wheel-dir=wheeldir --find-links=wheeldir
- pip install --no-index --find-links=wheeldir -r requirements.txt
@ -16,5 +15,3 @@ steps:
trigger:
branch:
- master
event:
- push

Loading…
Cancel
Save