From e6730c9f18e54f9a3a23f7e5f6944d3fdd86b7eb Mon Sep 17 00:00:00 2001
From: techknowlogick <techknowlogick@gitea.io>
Date: Wed, 22 Jan 2020 16:25:41 -0500
Subject: [PATCH] Frontport: Fix regression with tag test running (#9941)
 (#9942)

---
 .drone.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index 4c0504df77..5e62a85a7a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -114,6 +114,12 @@ steps:
       GOSUMDB: sum.golang.org
       TAGS: bindata sqlite sqlite_unlock_notify
 
+  - name: tag-pre-condition
+    pull: always
+    image: alpine/git
+    commands:
+      - git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
+
   - name: unit-test
     pull: always
     image: golang:1.13