ci: pull core repos from gitea
This commit is contained in:
@ -60,7 +60,7 @@ runs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
||||||
with:
|
with:
|
||||||
repository: bec-project/bec
|
repository: bec/bec
|
||||||
ref: ${{ inputs.BEC_CORE_BRANCH }}
|
ref: ${{ inputs.BEC_CORE_BRANCH }}
|
||||||
path: ./_checkout_/bec
|
path: ./_checkout_/bec
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ runs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
||||||
with:
|
with:
|
||||||
repository: bec-project/ophyd_devices
|
repository: bec/ophyd_devices
|
||||||
ref: ${{ inputs.OPHYD_DEVICES_BRANCH }}
|
ref: ${{ inputs.OPHYD_DEVICES_BRANCH }}
|
||||||
path: ./_checkout_/ophyd_devices
|
path: ./_checkout_/ophyd_devices
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ runs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
|
||||||
with:
|
with:
|
||||||
repository: bec-project/bec_widgets
|
repository: bec/bec_widgets
|
||||||
ref: ${{ inputs.BEC_WIDGETS_BRANCH }}
|
ref: ${{ inputs.BEC_WIDGETS_BRANCH }}
|
||||||
path: ./_checkout_/bec_widgets
|
path: ./_checkout_/bec_widgets
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user