Skip to content
Snippets Groups Projects

Fix log dates and dryrun is now the default

5 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -18,7 +18,7 @@ spec:
args:
- /bin/sh
- -c
- npm start -- --verbose=true --dryrun=true | tee -a /app/logs/stdout-$(date +%Y%m%d).log
- npm start -- --verbose=true --dryrun=true | tee -a /app/logs/stdout-$(date +%Y-%m-%d).log
volumeMounts:
- name: logs
mountPath: /app/logs
Loading