drone exec

Updated 2 years ago by Admin

このサブコマンドは、ローカルビルドを実行します。

$ drone exec --help
NAME:
drone exec - execute a local build

USAGE:
drone exec [command options] [path/to/.drone.yml]

OPTIONS:
--pipeline value name of the pipeline to execute
--include value name of steps to include
--exclude value name of steps to exclude
--resume-at value name of start to resume at
--trusted build is trusted
--timeout value build timeout (default: 1h0m0s)
--secret-file value secret variable file
--env-file value environment variable file


How did we do?