2023-03-08 14:53:32 -05:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2023-03-08 14:38:17 -05:00
|
|
|
name: Updater
|
2023-03-08 14:53:32 -05:00
|
|
|
|
|
|
|
steps:
|
2023-03-08 15:11:36 -05:00
|
|
|
- name: update
|
|
|
|
image: eclipse-temurin:17.0.6_10-jdk-jammy
|
|
|
|
commands:
|
|
|
|
- pipx install pipenv
|
|
|
|
- pipenv install
|
|
|
|
- cd updater
|
|
|
|
- pipenv run python main.py
|