We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfe54e commit c6081f5Copy full SHA for c6081f5
.vsts.pipelines/jobs/ci-linux.yml
@@ -228,8 +228,9 @@ jobs:
228
df -h
229
$(docker.run) $(docker.tb.map) $(docker.drop.map) $(docker.tb.work) $(imageName) /bin/bash -c '
230
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:
- tar --numeric-owner -zcf "/drop/tarball/$(baseTarballName).tar.gz" "$(baseTarballName)"'
233
+ tar --numeric-owner "--exclude=$smokeTestPackages" -zcf "/drop/tarball/$(baseTarballName).tar.gz" "$(baseTarballName)"'
234
du -h $(rootDirectory) | sort -h | tail -n 50
235
displayName: Copy base tarball to output
236
condition: and(succeeded(), eq(variables['sb.baseTarball'], true))
0 commit comments