Added integration tests on circleci. This required the addition of a hook (after_checkout) in order to be able to checkout additional sources to use during the integration test. This "feature" could prove to be helpful to users in order to do additional operations on the source before buildings. As an example, see this kaniko orb.
Summary
Added integration tests on circleci. This required the addition of a hook (
after_checkout
) in order to be able to checkout additional sources to use during the integration test. This "feature" could prove to be helpful to users in order to do additional operations on the source before buildings. As an example, see this kaniko orb.Additionally, unnecessary orbs were removed from original orb definition as per https://github.com/buildpacks/pack-orb/issues/25.
Resolves #25