Clone repo in CI without manual config

This commit is contained in:
Anthony Wang 2022-02-18 21:44:23 -06:00
parent 108632a250
commit 4dbbb46ea1
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

View file

@ -1,14 +1,7 @@
clone:
git:
image: bash
commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline:
test0:
image: bash
commands:
- cd Hello-world
- git status
test1:
image: bash