Enter repository directory before running git status
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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: git:
image: none image: none
commands: commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git - git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline: pipeline:
build: build:
image: none image: none
commands: commands:
- cd Hello-world
- git status - git status
run: run:
image: none image: none