--- # ---------------------------------------------- # -- Check subs # ---------------------------------------------- kind: pipeline type: kubernetes name: Check subs trigger: event: - push # cron: # - daily steps: - name: Check subs image: alpine:latest commands: - apk update - apk add curl jq perl git - ./money/compare.pl