chore: Log build timestamp

This commit is contained in:
Robert Prehn 2021-04-16 17:04:11 -05:00
parent 5bad14a138
commit c3bed96e5d

View file

@ -2,4 +2,5 @@
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP "+CCYYMMDDhhmm.SS"` BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP "+CCYYMMDDhhmm.SS"`
echo $BUILD_TIMESTAMP
touch -t $BUILD_TIMESTAMP apps/**/*.ex apps/**/*.exs config/**/*.ex config/**/*.exs mix.exs touch -t $BUILD_TIMESTAMP apps/**/*.ex apps/**/*.exs config/**/*.ex config/**/*.exs mix.exs