File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ parameters:
66 type : string
77
88steps :
9- - task : DownloadPipelineArtifact@2
10- inputs :
11- buildType : ' current'
12- targetPath : ' $(Pipeline.Workspace)'
139- task : PowerShell@2
1410 displayName : Set last tag to variable
1511 inputs :
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ set -exv
2929
3030: " ${REPO_ROOT_DIR:= `cd $(dirname $0 ); cd ../ ../ ../ ; pwd`} "
3131
32- find .. -iname " *.*" -type f
33-
3432CLI_VERSION=${CLI_VERSION:= 0.0.1}
3533CLI_VERSION_REVISION=${CLI_VERSION_REVISION:= 1}
3634
@@ -43,7 +41,7 @@ ZYPPER_DISTRO_BASE_IMAGE=( opensuse/leap:latest )
4341ZYPPER_DISTRO_SUFFIX=( el7 )
4442
4543echo " =========================================================="
46- echo " __CLI_VERSION : ${CLI_VERSION} "
44+ echo " CLI_VERSION : ${CLI_VERSION} "
4745echo " CLI_VERSION_REVISION: ${CLI_VERSION_REVISION} "
4846echo " BUILD_ARTIFACTSTAGINGDIRECTORY: ${BUILD_ARTIFACTSTAGINGDIRECTORY} "
4947echo " Distribution: ${YUM_DISTRO_BASE_IMAGE} ${ZYPPER_DISTRO_BASE_IMAGE} "
You can’t perform that action at this time.
0 commit comments