Revision 8f09845ad62ebfe9b51fa01fe0634fd229c6ba37 authored by Armand Grillet on 01 March 2023, 12:37:16 UTC, committed by Armand Grillet on 01 March 2023, 12:37:16 UTC
1 parent f1877d2
Raw File
ci-job-started.sh
#!/bin/bash

echo -e "Collecting job start date"

start=$(date +%s%N)
echo "export GF_JOB_START=$start" >> "$BASH_ENV"
back to top