Skip to content

Commit

Permalink
fix drone.yml build
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Sep 29, 2020
1 parent 1ef37f9 commit 8f7a65b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 8f7a65b

Please sign in to comment.