Update parameters
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2019-05-21 23:46:55 -04:00
parent 2ab9820d0c
commit 99e1ac9637
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ steps:
commands: commands:
- apk add --update curl - apk add --update curl
- export VERSION=`cat /tmp/build/version.txt` - export VERSION=`cat /tmp/build/version.txt`
- curl -F 'server=https://git.meow.tf&token=$TOKEN&repo=$DRONE_REPO&name=$VERSION&tag_name=v$VERSION&commit=DRONE_COMMIT&assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin' https://api.meow.tf/gitea/release/publish - echo "Request:"
- echo "server=https://git.meow.tf&token=$TOKEN&repo=$DRONE_REPO&name=$VERSION&tag_name=v$VERSION&commit=DRONE_COMMIT&assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin"
- curl -F "server=https://git.meow.tf&token=$TOKEN&repo=$DRONE_REPO&name=$VERSION&tag_name=v$VERSION&commit=DRONE_COMMIT&assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin" https://api.meow.tf/gitea/release/publish
volumes: volumes:
- name: cache - name: cache
temp: {} temp: {}