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

View File

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