Skip to content

Commit 48bc3a7

Browse files
author
Stuart Padley
committed
Add end of file new lines
1 parent c628947 commit 48bc3a7

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ steps:
5555
inputs:
5656
targetPath: $(Build.ArtifactStagingDirectory)
5757
artifactName: ${{ parameters.Type }}
58-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ steps:
2222
workingDirectory: $(Build.SourcesCliDirectory)
2323
env:
2424
CLI_VERSION: $(VERSION_TAG)
25-
BUILD_STAGINGDIRECTORY: $(Build.ArtifactStagingDirectory)
25+
BUILD_STAGINGDIRECTORY: $(Build.ArtifactStagingDirectory)

build/azure-pipelines/package-product.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ stages:
2727
parameters:
2828
OS: $(os)
2929
Type: $(type)
30+

release/linux/rpm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ To test the packages:
1515
./release/linux/rpm/pipeline-test.sh
1616
```
1717

18+

release/linux/rpm/build-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ yum install -y rpm-build
2424
export LC_ALL=en_US.UTF-8
2525
export REPO_ROOT_DIR=`cd $(dirname $0); cd ../../../; pwd`
2626

27-
rpmbuild -v -bb --clean ${REPO_ROOT_DIR}/release/linux/rpm/sqlcmd.spec && cp /root/rpmbuild/RPMS/x86_64/* /mnt/output
27+
rpmbuild -v -bb --clean ${REPO_ROOT_DIR}/release/linux/rpm/sqlcmd.spec && cp /root/rpmbuild/RPMS/x86_64/* /mnt/output

release/linux/rpm/pipeline-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ for i in ${!ZYPPER_DISTRO_BASE_IMAGE[@]}; do
103103
/bin/bash -c "${script}"
104104

105105
echo ""
106-
done
106+
done

0 commit comments

Comments
 (0)