Browse Source

Changing pipeline to use public https endpoint

master
Drew Short 4 years ago
parent
commit
09d43828e8
  1. 4
      pipeline.yml

4
pipeline.yml

@ -4,9 +4,7 @@ resources:
type: git
icon: git
source:
uri: ssh://git@git.nulloctet.com:8437/docker/renpy-dialogue-checker.git
private_key: |
((pull_key))
uri: https://git.nulloctet.com/docker/renpy-dialogue-checker.git
ignore_paths:
- pipeline.yml
- upload_pipeline.sh

Loading…
Cancel
Save