Skip to content

Commit 9812f0e

Browse files
Merge pull request #48 from chef/sean-simmons-progress/FixPipelineDefinitions
re-adding pipelines
2 parents f15579a + cd310b8 commit 9812f0e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.expeditor/config.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pipelines:
1818
- verify:
1919
description: Pull Request validation tests
2020
public: true
21-
# - habitat/build:
22-
# description: Build the Habitat packages for faixhai
23-
# - habitat/test:
24-
# definition: .expeditor/habitat-test.pipeline.yml
25-
# trigger: default
21+
- habitat/build:
22+
description: Build the Habitat packages for faixhai
23+
- habitat/test:
24+
definition: .expeditor/habitat-test.pipeline.yml
25+
trigger: default
2626

2727
release_branches:
2828
- workstation-LTS:
@@ -59,10 +59,10 @@ subscriptions:
5959
ignore_labels:
6060
- "Expeditor: Skip Changelog"
6161
- "Expeditor: Skip All"
62-
# - trigger_pipeline:habitat/build:
63-
# ignore_labels:
64-
# - "Expeditor: Skip Habitat"
65-
# - "Expeditor: Skip All"
62+
- trigger_pipeline:habitat/build:
63+
ignore_labels:
64+
- "Expeditor: Skip Habitat"
65+
- "Expeditor: Skip All"
6666
only_if: built_in:bump_version
6767
- built_in:build_gem:
6868
only_if: built_in:bump_version

0 commit comments

Comments
 (0)