From 84c48687200a20c1ffc62c52437f5a59be5cc5a2 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 24 Aug 2020 21:27:18 +0200 Subject: [PATCH] fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index aa15ef8..dbd153c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: alpine commands: - sed -i 's/module\.exports.*//' version.js - - echo "module.exports = '$(date)';" > version.js + - echo "module.exports = '$(date)';" >> version.js - name: docker build image: plugins/docker