Skip to content

Commit

Permalink
Merge branch 'drone'
Browse files Browse the repository at this point in the history
  • Loading branch information
PatWie committed Dec 29, 2019
2 parents 85d85bb + d36ec66 commit c1fda53
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,18 @@ steps:
pull: default
image: golang
commands:
- go get github.com/markbates/pkger/cmd/pkger
- cd /tmp
- wget -qO- https://github.com/infomark-org/infomark-ui/releases/download/0.0.4/infomark-ui.tar.gz | tar -xvz
- cd /drone/src
- cp -r /tmp/build/* /drone/src/infomark/static
- ls /drone/src/
- ls /drone/src/infomark
- ls /drone/src/infomark/static
- cp -r ./build/* $${WORK_DIR}/infomark/static
- cp -r /tmp/build/* /drone/src/static
- pkger list
- pkger
- ls -lart
- rm infomark-backend
- ls infomark -larth
- rm infomark
- go build
- ls -lart
- mv infomark-backend infomark
- ls infomark -larth
environment:
GOPROXY: https://proxy.golang.org

Expand Down Expand Up @@ -163,6 +161,6 @@ services:

---
kind: signature
hmac: 5afb68c82e9ba3ab1c0554663d2b45c3149de4ca86f94a128ef84a2248d7aeb1
hmac: 8e162f17b9cbf528d133679bb2a3b04a6ce434dd6c75d947ff6f281d4eee45d7

...

0 comments on commit c1fda53

Please sign in to comment.