Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2022-06-20 01:50:25 +00:00
parent a48e2f9c6c
commit b8b09e924b
1 changed files with 2 additions and 0 deletions

View File

@ -12,7 +12,9 @@ steps:
commands:
- apk add --no-cache jq curl
- VER=$(curl -sL https://api.github.com/repos/fatedier/frp/releases/latest | jq -r ".tag_name")
- echo $VER
- VER="${VER:1}"
- echo $VER
- echo -n "$VER,latest" > .tags
- sed -i -E "s/var_FRP_VERSION/$VER/" Dockerfile
- name: build