Skip to content

Commit ba52472

Browse files
committed
Coverity CI: add time to version
There has been just the date, add also the time and print date/time in ISO 8601 in UTC.
1 parent 50433d0 commit ba52472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
result=$(curl -Sf --form token=$coverity_token \
100100
--form email=pulec@cesnet.cz \
101101
--form file=@ultragrid.tar.xz \
102-
--form version="$(date +%F)" \
102+
--form version="$(date -u +%Y-%M-%dT%TZ)" \
103103
--form description="master build" \
104104
https://scan.coverity.com/builds?project=UltraGrid)
105105
echo "$result"

0 commit comments

Comments
 (0)