Skip to content

Commit 98d2c31

Browse files
committed
test: ob var
1 parent 9317158 commit 98d2c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/build/manifests.jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
# Generate tarball
6161
- bash: |
62-
TARGET_DIR=$(Build.SourcesDirectory)/out
62+
TARGET_DIR=$(ob_outputDirectory)
6363
mkdir -p "$TARGET_DIR"
6464
tar -cvzf ${TARGET_DIR}/${{ job_data.templateContext.image_tag }}_artifact.tar.gz ./${{ job_data.templateContext.image_tag }}_artifact
6565
name: tarball

0 commit comments

Comments
 (0)