Compare commits

..

1 commit

Author SHA1 Message Date
Jan Wagner ab87a41078 Change working dir and operate on . 2024-01-06 15:33:43 +01:00

View file

@ -197,7 +197,7 @@ async function main() {
"exec",
container,
"bash", "-c",
// `apt-get build-dep -yq -t '${imageTag}' '${sourceDirectory}' || apt-get build-dep -yq '${sourceDirectory}'`
# `apt-get build-dep -yq -t '${imageTag}' '${sourceDirectory}' || apt-get build-dep -yq '${sourceDirectory}'`
`cd '${sourceDirectory}' && apt-get build-dep -yq -t '${imageTag}' . || apt-get build-dep -yq .`
])
core.endGroup()