From a84a0ae1b44588563d5e4accafe58690de9f0656 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 9 Aug 2019 13:28:17 -0700 Subject: [PATCH] drone not double up on version tag for directory --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b213b7f7..7fc99333 100644 --- a/.drone.yml +++ b/.drone.yml @@ -98,7 +98,7 @@ pipeline: - echo $BUILDFILES_KEY > ~/id_rsab64 - base64 -d ~/id_rsab64 > ~/id_rsa - chmod 400 ~/id_rsa - - export DIR=`date +%G.%m.%d-%H.%M`-`git rev-parse --short HEAD`-`git describe --tags` + - export DIR=`date +%G.%m.%d-%H.%M`-`git describe --tags` - cd deploy - mkdir $DIR - mv cwtch* $DIR/