mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
more drone testing
This commit is contained in:
parent
2e0519b183
commit
64c5badddd
32
.drone.yml
32
.drone.yml
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: testing
|
name: testing
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
@ -7,18 +8,19 @@ steps:
|
|||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo test
|
- echo test
|
||||||
# name: jfa-go-git
|
---
|
||||||
# kind: pipeline
|
name: jfa-go-git
|
||||||
# type: docker
|
kind: pipeline
|
||||||
#
|
type: docker
|
||||||
# steps:
|
|
||||||
# - name: build
|
steps:
|
||||||
# image: golang:latest
|
- name: build
|
||||||
# commands:
|
image: golang:latest
|
||||||
# - apt update -y
|
commands:
|
||||||
# - apt install build-essential python3-pip curl software-properties-common sed upx -y
|
- apt update -y
|
||||||
# - (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
- apt install build-essential python3-pip curl software-properties-common sed upx -y
|
||||||
# - apt install nodejs
|
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
||||||
# - (cd /opt/build; make headless compress)
|
- apt install nodejs
|
||||||
# - sed -i 's#id="pwrJfPath" placeholder="Folder"#id="pwrJfPath" value="/jf" disabled#g' /opt/build/build/data/templates/setup.html
|
- (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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user