We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee007d commit 7bf78a8Copy full SHA for 7bf78a8
services/codebuild.sh
@@ -20,8 +20,11 @@ aws_codebuild_get_latest_build_with_hint() {
20
21
aws_codebuild_start() {
22
aws_codebuild_project_name=$1
23
- echo Start the project name ${aws_codebuild_project_name:?"Project name is unset or empty"}
24
- aws codebuild start-build --project-name ${aws_codebuild_project_name}
+
+ aws_run_commandline "\
25
+ aws codebuild start-build --project-name ${aws_codebuild_project_name}
26
+ "
27
28
}
29
30
aws_codebuild_start_with_hint() {
0 commit comments