Skip to content

Commit

Permalink
Fixing drone
Browse files Browse the repository at this point in the history
  • Loading branch information
depado committed Oct 14, 2017
1 parent 589c44d commit 3c6588e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ pipeline:
when:
matrix:
TAG: 1.9
event: deployment


# Copy the built releases
server-release-scp:
Expand All @@ -75,6 +77,7 @@ pipeline:
status: success
matrix:
TAG: 1.9
event: deployment

# Build the deployable version (embedded assets, 1.9 version and arm arch)
server-deploy-build:
Expand All @@ -91,6 +94,7 @@ pipeline:
matrix:
TAG: 1.9
ARCH: arm
event: deployment

# Copy the deployable version
server-deploy-scp:
Expand All @@ -107,6 +111,7 @@ pipeline:
matrix:
TAG: 1.9
ARCH: arm
event: deployment

# Executed only once (only one matrix)
client-release:
Expand All @@ -120,6 +125,7 @@ pipeline:
matrix:
TAG: 1.9
ARCH: amd64
event: deployment

# Executed only once (only one matrix)
client-release-scp:
Expand All @@ -134,4 +140,5 @@ pipeline:
when:
matrix:
TAG: 1.9
ARCH: amd64
ARCH: amd64
event: deployment
8 changes: 7 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"

[[constraint]]
name = "github.com/asdine/storm"
version = "1.1.0"

0 comments on commit 3c6588e

Please sign in to comment.