github.com/greenplum-db/gpbackup@v0.0.0-20240517212602-89daab1885b3/ci/tasks/prepare_release.yml (about) 1 platform: linux 2 3 image_resource: 4 type: registry-image 5 6 inputs: 7 - name: gpbackup 8 - name: release_components_rhel7 9 - name: release_components_rhel8 10 - name: release_components_rhel9 11 - name: release_components_ubuntu 12 13 outputs: 14 - name: components_untarred_rhel7 15 - name: components_untarred_rhel8 16 - name: components_untarred_rhel9 17 - name: components_untarred_ubuntu 18 19 run: 20 path: gpbackup/ci/scripts/prepare_release.bash