From fe2cc8769dd16b163028132121e4f19ce9f92b38 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 23:46:16 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2781a15..8a08f47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,8 +50,7 @@ steps: - name: publish image: lorisleiva/laravel-docker commands: - - wget https://github.com/tfausak/github-release/releases/download/1.2.5/github-release-linux.gz - - gunzip github-release-linux.gz - - chmod +x ./github-release-linux + - wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 + - tar xjf linux-amd64-github-release.tar.bz2 - ls -l - - ./github-release-linux + - cd bin