Skip to content

Instantly share code, notes, and snippets.

@yob
Last active March 7, 2023 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yob/52428246b971f6dd6f6bf5c34ae23e2a to your computer and use it in GitHub Desktop.
Save yob/52428246b971f6dd6f6bf5c34ae23e2a to your computer and use it in GitHub Desktop.
steps:
- label: tests
command: test.sh
#!/bin/sh
echo "ECS_CONTAINER_METADATA_URI_V4:$ECS_CONTAINER_METADATA_URI_V4"
echo "ECS_CONTAINER_METADATA_URI:$ECS_CONTAINER_METADATA_URI"
echo
echo
echo
echo "Task meta-data v4:"
curl "$ECS_CONTAINER_METADATA_URI_V4/task"
echo
echo "Task meta-data v3:"
curl "$ECS_CONTAINER_METADATA_URI/task"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment