chore: Add + to ci-set-timestamps
This commit is contained in:
parent
859c4d46f5
commit
5bad14a138
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP "CCYYMMDDhhmm.SS"`
|
||||
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP "+CCYYMMDDhhmm.SS"`
|
||||
|
||||
touch -t $BUILD_TIMESTAMP apps/**/*.ex apps/**/*.exs config/**/*.ex config/**/*.exs mix.exs
|
||||
|
|
Loading…
Reference in a new issue