chore: Fix args to date command
This commit is contained in:
parent
c3bed96e5d
commit
b98beaab1f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue