Skip to content

Commit 2d5cf1e

Browse files
author
Stuart Padley
committed
Cleanup
1 parent dcf8a6f commit 2d5cf1e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build/azure-pipelines/package-common-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ parameters:
66
type: string
77

88
steps:
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:

release/linux/rpm/pipeline-test.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-
3432
CLI_VERSION=${CLI_VERSION:=0.0.1}
3533
CLI_VERSION_REVISION=${CLI_VERSION_REVISION:=1}
3634

@@ -43,7 +41,7 @@ ZYPPER_DISTRO_BASE_IMAGE=( opensuse/leap:latest )
4341
ZYPPER_DISTRO_SUFFIX=( el7 )
4442

4543
echo "=========================================================="
46-
echo "__CLI_VERSION: ${CLI_VERSION}"
44+
echo "CLI_VERSION: ${CLI_VERSION}"
4745
echo "CLI_VERSION_REVISION: ${CLI_VERSION_REVISION}"
4846
echo "BUILD_ARTIFACTSTAGINGDIRECTORY: ${BUILD_ARTIFACTSTAGINGDIRECTORY}"
4947
echo "Distribution: ${YUM_DISTRO_BASE_IMAGE} ${ZYPPER_DISTRO_BASE_IMAGE}"

0 commit comments

Comments
 (0)