legendary-doc-site/script/ci-set-timestamps

7 lines
192 B
Text
Raw Normal View History

2021-04-16 22:00:11 +00:00
#!/bin/sh
2021-04-16 22:02:25 +00:00
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP "+CCYYMMDDhhmm.SS"`
2021-04-16 22:00:11 +00:00
2021-04-16 22:04:11 +00:00
echo $BUILD_TIMESTAMP
2021-04-16 22:00:11 +00:00
touch -t $BUILD_TIMESTAMP apps/**/*.ex apps/**/*.exs config/**/*.ex config/**/*.exs mix.exs