Commit f9a411b
authored
Fix conditional post-build actions (aws-samples#44)
A few things didn't work:
1. Each action needs to be conditional, since codebuild will continue
even if the first action failed.
2. This error happened:
/codebuild/output/tmp/script.sh: [[: not found1 parent 3cc4a16 commit f9a411b
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments