diff --git a/.drone.yml b/.drone.yml index 6258415..6328679 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,9 @@ steps: when: event: tag commands: - - sudo apt-get update - - sudo apt-get upgrade - - sudo apt-get install curl zip git + - apt-get update + - apt-get upgrade + - apt-get install curl zip git - chmod +x tools/build.sh - bash tools/build.sh - name: release