Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Only push applications from the local store #732

Merged
merged 2 commits into from
Nov 12, 2019

Commits on Nov 8, 2019

  1. Only push applications from the local store

    `cnab.ResolveBundle` would try the local store first and pull if the app
    is not found. This is not what we want when we push. We only want to
    push local applications.
    
    Signed-off-by: Djordje Lukic <[email protected]>
    rumpl committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    68accf3 View commit details
    Browse the repository at this point in the history
  2. Add e2e tests for push

    Making sure that the errors are well defined.
    
    Signed-off-by: Djordje Lukic <[email protected]>
    rumpl committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    1fd4785 View commit details
    Browse the repository at this point in the history