ci: Run prepare script for adaptable image, if available (#34906)

This is so DPs on `pg` branch continue to work.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Added a workflow step to check and execute server artifact preparation
script during the on-demand build process.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Shrikant Sharat Kandula 2024-07-13 12:42:53 +05:30 committed by GitHub
parent 3767a62763
commit b2c850b2da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,12 @@ jobs:
scripts/generate_info_json.sh
fi
- name: Place server artifacts-es
run: |
if [[ -f scripts/prepare_server_artifacts.sh ]]; then
scripts/prepare_server_artifacts.sh
fi
- name: Login to DockerHub
uses: docker/login-action@v1
with: