CI: fix busybox compatibility

This commit is contained in:
Grégoire Henry 2018-04-26 00:59:44 +02:00
parent 0fe8975817
commit 02beb9c79a

View File

@ -222,7 +222,7 @@ activate_alpha() {
with fitness 1 \
and key dictator \
and parameters "${parameters_file}" \
--timestamp $(date +%FT%TZ --utc --date="1 hour ago")
--timestamp $(date --utc --date="@$(($(date +%s) - 3600))" +"%FT%TZ")
}