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

7 lines
203 B
Text
Raw Normal View History

2021-04-16 22:00:11 +00:00
#!/bin/sh
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP +%Y%m%d%H%M.%S`
2021-04-16 22:00:11 +00:00
2021-04-16 22:04:11 +00:00
echo $BUILD_TIMESTAMP
touch -t $BUILD_TIMESTAMP ../apps/**/*.ex ../apps/**/*.exs ../config/**/*.ex ../config/**/*.exs ../mix.exs