Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pathing. #51

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 .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
- stable
- LTS-2024

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

Check failure on line 25 in .expeditor/config.yml

View check run for this annotation

Chef Expeditor / Expeditor Config Validation

.expeditor/config.yml#L17-L25

Could not find .expeditor/verify.pipeline.yml in your repo

release_branches:
- workstation-LTS:
Expand Down Expand Up @@ -81,7 +81,7 @@
# subscription to fire off any other promotions that you may need for an additional channnel like LTS or something.
- workload: staged_workload_released:{{agent_id}}:workstation_build_promote:*
actions:
- bash:.expeditor/scripts/promote-hab-pkg.sh:
- bash:.expeditor/promote-hab-pkg.sh:
post_commit: true

staging_areas:
Expand Down
Loading