Skip to content

Commit

Permalink
more drone testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Sep 29, 2020
1 parent 2e0519b commit 64c5bad
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: testing
kind: pipeline
type: docker
Expand All @@ -7,18 +8,19 @@ steps:
image: alpine
commands:
- echo test
# name: jfa-go-git
# kind: pipeline
# type: docker
#
# steps:
# - name: build
# image: golang:latest
# commands:
# - apt update -y
# - 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
#
---
name: jfa-go-git
kind: pipeline
type: docker

steps:
- name: build
image: golang:latest
commands:
- apt update -y
- 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

0 comments on commit 64c5bad

Please sign in to comment.