chore: Make ci-set-timestamps targets relative
This commit is contained in:
parent
4ced684472
commit
ab12492fc7
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP +%Y%m%d%H%M.%S`
|
||||
|
||||
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