Merge pull request #1662 from samalba/docker-exit

pkg: docker: add the command exit code
This commit is contained in:
Andrea Luzzardi 2022-02-25 14:38:26 -08:00 committed by GitHub
commit 41320b6032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,4 +160,7 @@ import (
user: input.config.user user: input.config.user
} }
} }
// Command exit code
exit: _exec.exit
} }