From 8f7a65bebb808a0bc02dff3c6922a698e14ed323 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 29 Sep 2020 23:41:15 +0100 Subject: [PATCH] fix drone.yml build --- .drone.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 818e9d9..285e883 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,4 @@ --- -name: testing -kind: pipeline -type: docker - -steps: -- name: test - image: alpine - commands: - - echo test ---- name: jfa-go-git kind: pipeline type: docker @@ -21,6 +11,6 @@ steps: - apt install build-essential python3-pip curl software-properties-common sed upx -y - (curl -sL https://deb.nodesource.com/setup_14.x | bash -) - apt install nodejs - - (cd /opt/build; make headless compress) - - sed -i 's#id="pwrJfPath" placeholder="Folder"#id="pwrJfPath" value="/jf" disabled#g' /opt/build/build/data/templates/setup.html + - make headless compress + - sed -i 's#id="pwrJfPath" placeholder="Folder"#id="pwrJfPath" value="/jf" disabled#g' build/data/templates/setup.html