Skip to content

Commit

Permalink
Sean simmons progress/hab origin change (#72)
Browse files Browse the repository at this point in the history
* changing origin

Signed-off-by: Sean Simmons <[email protected]>

* testing with setting the bldr channel in the plan file

this should set the HAB_BLDR_CHANNEL to dev by default

Signed-off-by: Sean Simmons <[email protected]>

* testing with setting the bldr channel in the plan file

this should set the HAB_BLDR_CHANNEL to dev by default

Signed-off-by: Sean Simmons <[email protected]>

* testing with setting the bldr channel in the plan file

this should set the HAB_BLDR_CHANNEL to dev by default

Signed-off-by: Sean Simmons <[email protected]>

* adding auto promotion to the dev channel

Signed-off-by: Sean Simmons <[email protected]>

---------

Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress authored Oct 30, 2024
1 parent 7bf9ad7 commit dd3b753
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ github:

artifact_channels:
- dev
- acceptance
- current
- stable

Expand Down Expand Up @@ -71,10 +72,13 @@ subscriptions:
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
- workload: project_promoted:{{agent_id}}:*
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
- built_in:publish_rubygems
- built_in:promote_habitat_packages
- built_in:promote_habitat_packages
# - workload: project_promoted:{{agent_id}}:*
# actions:
# - built_in:publish_rubygems
# - built_in:promote_habitat_packages


#- trigger_pipeline:omnibus/release
Expand Down
6 changes: 5 additions & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ do_before() {
rm -rf "$REPO_PATH"
}

do_prepare() {
echo "--- do_prepare"
}

do_build() {
echo --- "do_build function"
echo "--- do_build function"
# By default, we're in the directory in which the Studio was entered
# (in this case, presumably the project root), so we can run commands
# as though we were in that same directory. By the time we reach this
Expand Down

0 comments on commit dd3b753

Please sign in to comment.