fix
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
||||
workingDir: $(workspaces.source.path)
|
||||
script: |
|
||||
#!/usr/bin/env ash
|
||||
git checkout $(params.branch)
|
||||
git switch $(params.branch)
|
||||
ShortSha=$(/tools/dotnet-gitversion . /showvariable ShortSha)
|
||||
echo -n "${ShortSha}" | tee $(results.shortSHA.path)
|
||||
FullSemVer=$(/tools/dotnet-gitversion . /showvariable FullSemVer)
|
||||
|
||||
Reference in New Issue
Block a user