Enter repository directory before running git status

This commit is contained in:
Anthony Wang 2022-01-19 19:28:12 -06:00
parent 62c3821263
commit e14a477bdf

View file

@ -2,12 +2,13 @@ clone:
git:
image: none
commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
- git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline:
build:
image: none
commands:
- cd Hello-world
- git status
run:
image: none