mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(tools): fix badly written shell file
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user