backport of commit 0c21871e7c

backport/patch-1/steadily-pumped-lark
Estelle Poulin 2 years ago
parent 1082911d00
commit e99bbd55a2

@ -201,7 +201,7 @@ build.
#!/bin/bash
AMI_ID=$(jq -r '.builds[-1].artifact_id' manifest.json | cut -d ":" -f2)
AMI_ID=$(jq -r '.builds[-1].artifact_id | split(": ") | .[1]' manifest.json)
echo $AMI_ID
```

Loading…
Cancel
Save