decrement go again and use fedora to compile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3a16ac46a8
commit
d5398d8ce6
@ -5,11 +5,11 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: fedora:39
|
||||||
commands:
|
commands:
|
||||||
- apk add git nodejs npm go
|
- yum install git nodejs npm go
|
||||||
- sh compile.sh
|
- sh compile.sh
|
||||||
- apk add rsync openssh
|
- yum install rsync openssh
|
||||||
- sh deploy.sh
|
- sh deploy.sh
|
||||||
environment:
|
environment:
|
||||||
RSYNC_DESTINATION:
|
RSYNC_DESTINATION:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user