Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Moves the elastic profile element down under the job #1

Merged
merged 1 commit into from
Mar 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pipelines:
git: https://github.com/ThoughtWorksInc/ci-workshop-app.git
stages:
- build: # name of stage
elastic_profile_id: demo-app
jobs:
build: # name of the job
elastic_profile_id: demo-app
tasks:
- exec: # indicates type of task
command: echo "hello world"