From ab12492fc746c8b6e21388a3fec61c2ef9e35ad8 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 16 Apr 2021 17:24:21 -0500 Subject: [PATCH] chore: Make ci-set-timestamps targets relative --- script/ci-set-timestamps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci-set-timestamps b/script/ci-set-timestamps index 56a0abd3..1cdd796e 100755 --- a/script/ci-set-timestamps +++ b/script/ci-set-timestamps @@ -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