Update manifest.mdx

pull/12894/head
Estelle Poulin 2 years ago
parent a8f8902cd3
commit 0c21871e7c

@ -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