File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 88
99phases :
1010 install :
11+ runtime-versions :
12+ python : 3.7
13+ nodejs : 10
1114 commands :
1215 # Add execution permissions to build tools
1316 - chmod +x ./tools/build/*.sh
Original file line number Diff line number Diff line change 88
99phases :
1010 install :
11+ runtime-versions :
12+ python : 3.7
13+ nodejs : 10
1114 commands :
1215 # Add execution permissions to the build tools
1316 - chmod +x ./tools/build/*.sh
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Resources:
7777 Environment :
7878 Type : LINUX_CONTAINER
7979 ComputeType : BUILD_GENERAL1_SMALL
80- Image : aws/codebuild/standard:1 .0
80+ Image : aws/codebuild/standard:2 .0
8181 Source :
8282 Auth :
8383 Type : OAUTH
@@ -100,7 +100,7 @@ Resources:
100100 Environment :
101101 Type : LINUX_CONTAINER
102102 ComputeType : BUILD_GENERAL1_SMALL
103- Image : aws/codebuild/standard:1 .0
103+ Image : aws/codebuild/standard:2 .0
104104 Source :
105105 Auth :
106106 Type : OAUTH
Original file line number Diff line number Diff line change 4343# Create a Success or Failure commit status
4444if [[ $cmd_result -ne 0 ]]; then
4545 create_commit_status " failure" " job failed"
46- exit 0
46+ exit 1
4747fi
4848
4949create_commit_status " success" " job succeeded"
You can’t perform that action at this time.
0 commit comments