chore: Make another attempt at fixing the date command args

This commit is contained in:
Robert Prehn 2021-04-16 17:16:14 -05:00
parent b98beaab1f
commit 4ced684472

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP +CCYYMMDDhhmm.SS` BUILD_TIMESTAMP=`date -d $CI_COMMIT_TIMESTAMP +%Y%m%d%H%M.%S`
echo $BUILD_TIMESTAMP 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