kind: pipeline type: docker name: Updater steps: - name: update image: eclipse-temurin:17.0.6_10-jdk-jammy commands: - pipx install pipenv - pipenv install - cd updater - pipenv run python main.py