From a48e2f9c6c864b05d9585bfb3db8eb55edaa98a5 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 20 Jun 2022 01:48:28 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f3936d8..eca21fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: commands: - apk add --no-cache jq curl - VER=$(curl -sL https://api.github.com/repos/fatedier/frp/releases/latest | jq -r ".tag_name") + - VER="${VER:1}" - echo -n "$VER,latest" > .tags - sed -i -E "s/var_FRP_VERSION/$VER/" Dockerfile - name: build