Show current directory path
This commit is contained in:
parent
d9da555c93
commit
ee8e8e6fba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_docker_images.yml
vendored
4
.github/workflows/build_docker_images.yml
vendored
|
@ -49,8 +49,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Package
|
name: Package
|
||||||
-
|
-
|
||||||
name: Show directory structure
|
name: Show directory path
|
||||||
run: ls -R
|
run: pwd
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
|
Loading…
Add table
Reference in a new issue