Skip to content

Commit

Permalink
Merge pull request #48 from chef/sean-simmons-progress/FixPipelineDef…
Browse files Browse the repository at this point in the history
…initions

re-adding pipelines
  • Loading branch information
sean-simmons-progress authored Jan 3, 2025
2 parents f15579a + cd310b8 commit 9812f0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ pipelines:
- verify:
description: Pull Request validation tests
public: true
# - habitat/build:
# description: Build the Habitat packages for faixhai
# - habitat/test:
# definition: .expeditor/habitat-test.pipeline.yml
# trigger: default
- habitat/build:
description: Build the Habitat packages for faixhai
- habitat/test:
definition: .expeditor/habitat-test.pipeline.yml
trigger: default

release_branches:
- workstation-LTS:
Expand Down Expand Up @@ -59,10 +59,10 @@ subscriptions:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
# - trigger_pipeline:habitat/build:
# ignore_labels:
# - "Expeditor: Skip Habitat"
# - "Expeditor: Skip All"
- trigger_pipeline:habitat/build:
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
only_if: built_in:bump_version
- built_in:build_gem:
only_if: built_in:bump_version
Expand Down

0 comments on commit 9812f0e

Please sign in to comment.