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

@ -8,6 +8,7 @@ pipeline:
build:
image: none
commands:
- cd Hello-world
- git status
run:
image: none