10 lines
167 B
YAML
10 lines
167 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: python:3.8-alpine
|
||
|
pull: if-not-exists
|
||
|
commands:
|
||
|
- ./prnt.sc_link_generator.py
|