Skip to content

Commit 27b1f35

Browse files
committed
Don't include smoke-test packages in base tarball
1 parent 55f576a commit 27b1f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts.pipelines/jobs/ci-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ jobs:
228228
df -h
229229
$(docker.run) $(docker.tb.map) $(docker.drop.map) $(docker.tb.work) $(imageName) /bin/bash -c '
230230
mkdir -p /drop/tarball/
231-
smokeTestPackages="$(tarballName)/packages/smoke-test-packages"
232-
# Make one .tar.gz for build, another for extras necessary to smoke test:
231+
smokeTestPackages="$(baseTarballName)/packages/smoke-test-packages"
232+
# Make base .tar.gz for build:
233233
tar --numeric-owner "--exclude=$smokeTestPackages" -zcf "/drop/tarball/$(baseTarballName).tar.gz" "$(baseTarballName)"'
234234
du -h $(rootDirectory) | sort -h | tail -n 50
235235
displayName: Copy base tarball to output

0 commit comments

Comments
 (0)