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 9317158 commit 98d2c31Copy full SHA for 98d2c31
.pipelines/build/manifests.jobs.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
# Generate tarball
61
- bash: |
62
- TARGET_DIR=$(Build.SourcesDirectory)/out
+ TARGET_DIR=$(ob_outputDirectory)
63
mkdir -p "$TARGET_DIR"
64
tar -cvzf ${TARGET_DIR}/${{ job_data.templateContext.image_tag }}_artifact.tar.gz ./${{ job_data.templateContext.image_tag }}_artifact
65
name: tarball
0 commit comments