From 23291cc51faddba2c6e7416fff59b2b74dd514a8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 4 Jan 2021 11:40:16 -0500 Subject: [PATCH] Some clean up. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5f6f592..af41391 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,9 +68,9 @@ steps: image: node:14-alpine commands: - echo "$(git describe),latest" > .tags - # when: - # ref: - # - refs/tags/* + when: + ref: + - refs/tags/* - name: try to make a build image: plugins/docker -- 2.44.1