From e25009cd5fc1b286ba59056a3481683af47b552b Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 20 Jun 2022 01:52:19 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 431f817..068018e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,12 +10,7 @@ steps: - name: config image: alpine 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 $VER - - echo -n "$VER,latest" > .tags - - sed -i -E "s/var_FRP_VERSION/$VER/" Dockerfile + - sh tag.sh - name: build image: plugins/docker settings: