Skip to content

Commit

Permalink
permission fixes
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 14, 2024
1 parent 27017be commit f2c5e95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .expeditor/build.habitat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ expeditor:
buildkite:
retry:
automatic:
limit: 1
limit: 1
2 changes: 1 addition & 1 deletion .expeditor/buildkite/artifact.habitat.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ export PATH
echo "PATH is $PATH"

echo "--- :mag_right: Testing $PLAN"
${project_root}/habitat/tests/test.sh "$pkg_ident" || error 'failures during test of executables'
sudo ${project_root}/habitat/tests/test.sh "$pkg_ident" || error 'failures during test of executables'
4 changes: 2 additions & 2 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ subscriptions:
# - trigger_pipeline:habitat/build:

Check warning on line 41 in .expeditor/config.yml

View workflow job for this annotation

GitHub Actions / yamllint

41:7 [comments-indentation] comment not indented like content
# only_if: built_in:bump_version
# ignore_labels:
# - "Expeditor: Skip Habitat"
# - "Expeditor: Skip All"
# - "Expeditor: Skip Habitat"
# - "Expeditor: Skip All"

- workload: project_promoted:{{agent_id}}:*
actions:
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/habitat-test.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:

- label: ":linux: Validate Habitat Builds of test-kitchen"
commands:
- .expeditor/buildkite/artifact.habitat.test.sh
- sudo .expeditor/buildkite/artifact.habitat.test.sh
expeditor:
executor:
docker:
Expand Down

0 comments on commit f2c5e95

Please sign in to comment.