File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,20 +94,18 @@ steps:
9494 pull : default
9595 image : golang
9696 commands :
97+ - go get github.com/markbates/pkger/cmd/pkger
9798 - cd /tmp
9899 - wget -qO- https://github.com/infomark-org/infomark-ui/releases/download/0.0.4/infomark-ui.tar.gz | tar -xvz
99100 - cd /drone/src
100- - cp -r /tmp/build/* /drone/src/infomark/static
101- - ls /drone/src/
102- - ls /drone/src/infomark
103- - ls /drone/src/infomark/static
104- - cp -r ./build/* $${WORK_DIR}/infomark/static
101+ - cp -r /tmp/build/* /drone/src/static
105102 - pkger list
106103 - pkger
107- - ls -lart
108- - rm infomark-backend
104+ - ls infomark -larth
105+ - rm infomark
109106 - go build
110- - ls -lart
107+ - mv infomark-backend infomark
108+ - ls infomark -larth
111109 environment :
112110 GOPROXY : https://proxy.golang.org
113111
@@ -163,6 +161,6 @@ services:
163161
164162---
165163kind : signature
166- hmac : 5afb68c82e9ba3ab1c0554663d2b45c3149de4ca86f94a128ef84a2248d7aeb1
164+ hmac : 8e162f17b9cbf528d133679bb2a3b04a6ce434dd6c75d947ff6f281d4eee45d7
167165
168166...
You can’t perform that action at this time.
0 commit comments