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