Skip to content

Commit

Permalink
chore: fixing out script
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 10, 2024
1 parent 9575a5c commit 87f5400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/out
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ payload=$(mktemp /tmp/resource-in.XXXXXX)

cat > "${payload}" <&0

echo "Payload: ${payload}"
echo "Payload: $(cat ${payload})"

timestamp="$(jq -n "{version:{timestamp:\"$(date +%s)\"}}")"

Expand Down

0 comments on commit 87f5400

Please sign in to comment.