2021-09-20 18:47:22 +02:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: test
|
|
|
|
image: python:3.8-alpine
|
|
|
|
pull: if-not-exists
|
|
|
|
commands:
|
2021-09-20 18:53:04 +02:00
|
|
|
- chmod +x prnt.sc_link_generator.py
|
2021-09-20 18:47:22 +02:00
|
|
|
- ./prnt.sc_link_generator.py
|