chore: Log build timestamp
This commit is contained in:
parent
5bad14a138
commit
c3bed96e5d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue