Skip to content

Commit

Permalink
Run codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Jul 12, 2022
1 parent 2bd5083 commit 6fb7bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagebuildah/stage_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ func (s *StageExecutor) Execute(ctx context.Context, base string) (imgID string,
if s.executor.buildOutput != "" && lastStage {
// If we have reached this point then our build is just performing a tag
// and it contains no steps or instructions (i.e Containerfile only contains
// `FROM <imagename> and nothing else so we will never end up commiting this
// `FROM <imagename> and nothing else so we will never end up committing this
// but instead just re-tag image. For such use-cases if `-o` or `--output` was
// specified honor that and export the contents of the current build anyways.
logrus.Debugf("Generating custom build output with options %q", s.executor.buildOutput)
Expand Down
2 changes: 1 addition & 1 deletion tests/bud.bats
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ _EOF

# Test bud with prestart hook
@test "build-test with OCI prestart hook" {
skip_if_in_container # This works in priviledged container setup but does not works in CI setup
skip_if_in_container # This works in privileged container setup but does not works in CI setup
mkdir -p ${TEST_SCRATCH_DIR}/bud/platform
mkdir -p ${TEST_SCRATCH_DIR}/bud/platform/hooks

Expand Down

0 comments on commit 6fb7bb4

Please sign in to comment.