You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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
RetrieveDependency doesn't give an error if dependency version (tag) does not exist.
I.e.
[]CMD returns empty and the function continues. Running the same in cmd returns
The text was updated successfully, but these errors were encountered: