Commit de88b59
committed
CI: inline AWS image taging script
The pipeline had been using a single script from
https://github.com/cloudfoundry/bosh-stemcells-ci/, namely
`tasks/light-aws/tag-aws-ami-light.{sh,yml}` to apply tags to AWS images
in order to mark them as published.
This commit inlines the files
`tasks/light-aws/tag-aws-ami-light.{sh,yml}` as
`ci/tasks/aws-tag-image/{run.sh,task.sh}` with some small cleanups.1 parent 4d737bd commit de88b59
File tree
3 files changed
+55
-8
lines changed- ci
- pipelines
- tasks/aws-tag-image
3 files changed
+55
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
| |||
2188 | 2183 | | |
2189 | 2184 | | |
2190 | 2185 | | |
2191 | | - | |
2192 | 2186 | | |
2193 | 2187 | | |
2194 | 2188 | | |
| |||
2249 | 2243 | | |
2250 | 2244 | | |
2251 | 2245 | | |
2252 | | - | |
| 2246 | + | |
2253 | 2247 | | |
2254 | 2248 | | |
2255 | 2249 | | |
| |||
2259 | 2253 | | |
2260 | 2254 | | |
2261 | 2255 | | |
2262 | | - | |
| 2256 | + | |
2263 | 2257 | | |
2264 | 2258 | | |
2265 | 2259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments