diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-11-29 23:40:38 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-01-27 21:29:35 +0900 |
commit | 1073ae660ccba5fcc76157f04ff13facc084530d (patch) | |
tree | 10f79f2fff7c29292c624881ca9f9b40ea265508 /doc/examples/integration-commands | |
parent | 1c3baa29dac7ee49a7d6b44d906d419645e22b4d (diff) | |
download | buildstream-jjardon/tar_plugin_move.tar.gz |
Remove "tar" pluginjjardon/tar_plugin_move
Use the one from bst-plugins-experimental instead
Diffstat (limited to 'doc/examples/integration-commands')
-rw-r--r-- | doc/examples/integration-commands/project.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/integration-commands/project.conf b/doc/examples/integration-commands/project.conf index c6c59906b..7fffef058 100644 --- a/doc/examples/integration-commands/project.conf +++ b/doc/examples/integration-commands/project.conf @@ -10,3 +10,9 @@ element-path: elements # Define an alias for our alpine tarball aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ + +plugins: +- origin: pip + package-name: bst-plugins-experimental + sources: + tar: 0 |