Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
bump up version to 1.4.15 (next); let gitlab CI only build on manual …
Browse files Browse the repository at this point in the history
…triggers
  • Loading branch information
bpicode committed Sep 24, 2017
1 parent 2a31d38 commit 78e8791
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
GO_DIST: "go1.9.linux-amd64.tar.gz"
FRITZCTL_VERSION: "1.4.14"
FRITZCTL_VERSION: "1.4.15"

before_script:
- pwd
Expand All @@ -16,6 +16,8 @@ after_script:
- gpg --batch --delete-secret-and-public-keys --yes 0A56A1CE2DFCECA404A5C884E4598EE3D0E416CE

build:
only:
- web
script:
- export ORIGIN
- mkdir -p ~/workspace/go/src/github.com/bpicode/fritzctl
Expand Down Expand Up @@ -106,7 +108,7 @@ build:
- zip darwin/fritzctl-$FRITZCTL_VERSION.zip darwin/fritzctl

artifacts:
name: fritzctl_v1.4.14_all
name: fritzctl_v1.4.15_all
paths:
- ./build/distributions/*.deb
- ./build/distributions/*.rpm
Expand Down

0 comments on commit 78e8791

Please sign in to comment.