Skip to content

Commit

Permalink
Merge pull request #354 from paketo-buildpacks/remove_docker_login_fr…
Browse files Browse the repository at this point in the history
…om_tests

Removed the Docker Login step from Create Test Package job as it fail…
  • Loading branch information
pivotal-david-osullivan authored Aug 27, 2021
2 parents 9555089 + dbd1963 commit d83f237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octo/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func ContributeTest(descriptor Descriptor) (*Contribution, error) {
},
}

j.Steps = append(NewDockerCredentialActions(descriptor.DockerCredentials), j.Steps...)
j.Steps = append(NewHttpCredentialActions(descriptor.HttpCredentials), j.Steps...)

w.Jobs["create-package"] = j
Expand Down

0 comments on commit d83f237

Please sign in to comment.