Revert "Fix typo in build clone stage"

This reverts commit 922bedd755.

This forces git to pull the repo over HTTP instead of SSH
This commit is contained in:
Anthony Wang 2022-12-31 03:38:55 +00:00
parent bceeb61bf7
commit fb88a4052b
Signed by untrusted user: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -3,7 +3,7 @@ clone:
image: fish image: fish
commands: commands:
- cd ~/Code/website - cd ~/Code/website
- git pull - git pull https://git.exozy.me/a/website.git
- git submodule update - git submodule update
pipeline: pipeline: