more drone testing

This commit is contained in:
Harvey Tindall 2020-09-29 23:28:14 +01:00
parent 2e0519b183
commit 64c5badddd
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 17 additions and 15 deletions

View File

@ -1,3 +1,4 @@
---
name: testing
kind: pipeline
type: docker
@ -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