main: list parent directory

This commit is contained in:
Dawid Dziurla 2020-03-26 11:49:41 +01:00
parent d0e11fce34
commit c44dab731a
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -84,6 +84,11 @@ async function main() {
core.endGroup()
core.startGroup("Copy artifacts")
await exec.exec("docker", [
"exec",
container,
"ls", "-lh", ".."
])
await exec.exec("docker", [
"exec",
container,