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:
parent
3767a62763
commit
b2c850b2da
|
|
@ -170,6 +170,12 @@ jobs:
|
||||||
scripts/generate_info_json.sh
|
scripts/generate_info_json.sh
|
||||||
fi
|
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
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user