Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReleaseNewVersion no feedback if dependency clone does not work #76

Open
norberturkiewicz opened this issue Jul 20, 2020 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@norberturkiewicz
Copy link
Contributor

RetrieveDependency doesn't give an error if dependency version (tag) does not exist.

I.e.

Retrieving "the-carlisle-group Rumba 0.1.8" from file://c:/github/Rumba/...

[]CMD returns empty and the function continues. Running the same in cmd returns

C:\github\Rumba>git clone --depth 1 --branch 0.1.8 "file://c:/github/Rumba/" "c:/github/.APLPackageCache/the-carlisle-group Rumba 0.1.8/"
Cloning into 'c:/github/.APLPackageCache/the-carlisle-group Rumba 0.1.8'...
warning: Could not find remote branch 0.1.8 to clone.
fatal: Remote branch 0.1.8 not found in upstream origin
fatal: the remote end hung up unexpectedly

C:\github\Rumba>


@norberturkiewicz norberturkiewicz added bug Something isn't working enhancement New feature or request labels Jul 20, 2020
@norberturkiewicz norberturkiewicz changed the title ReleaseNewVersion no feedback if invalid dependency version is specified in acre.config ReleaseNewVersion no feedback if dependency clone does not work Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant