Skip to content

Commit

Permalink
fix CI pipeline stages names
Browse files Browse the repository at this point in the history
  • Loading branch information
xmik committed Feb 5, 2019
1 parent 9585e65 commit ba6a339
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.1.2 (2019-Feb-05)

* fix CI pipeline stages names

### 0.1.1 (2019-Feb-05)

* make github release happen on CI
Expand Down
4 changes: 2 additions & 2 deletions pipeline.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipelines:
- test:
clean_workspace: true
jobs:
build:
test:
elastic_profile_id: w.c1.m1024.e5
tasks:
- exec:
Expand All @@ -23,7 +23,7 @@ pipelines:
secure_variables:
GITHUB_TOKEN: "AES:9mQGklAskrmLBczL1b/UXQ==:u/Kt5dVTpXlDIOTN7ndS6SId01ryLQK+8OorJS7ZA8EECQvc04daQkLA+gRuzHNg"
jobs:
build:
release:
elastic_profile_id: w.c1.m1024.e5
tasks:
- exec:
Expand Down

0 comments on commit ba6a339

Please sign in to comment.