fix(tools): fix badly written shell file

This commit is contained in:
Arthur Meyre
2021-09-21 09:07:11 +02:00
parent 8571d8bfc8
commit aaaaf5fd08

View File

@@ -59,7 +59,7 @@ ENV_JSON=$(curl \
"${ENV_IMG_ENDPOINT_URL}")
ENV_IMG_TIMESTAMP=$(echo "${ENV_JSON}" | \
jq -rc '.[] | select(.metadata.container.tags[] | contains("latest")).updated_at'
jq -rc '.[] | select(.metadata.container.tags[] | contains("latest")).updated_at')
echo "Base timestamp: ${BASE_IMG_TIMESTAMP}"
echo "Env timestamp: ${ENV_IMG_TIMESTAMP}"