Skip to content

Commit

Permalink
Removed the Docker Login step from Create Test Package job as it fail…
Browse files Browse the repository at this point in the history
…s for dependabot and is unnecessary for the test
  • Loading branch information
pivotal-david-osullivan committed Aug 27, 2021
1 parent 9555089 commit dbd1963
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 dbd1963

Please sign in to comment.