test3
This commit is contained in:
Родитель
bff1d092c9
Коммит
59e2dcdf6a
|
@ -141,13 +141,13 @@ jobs:
|
|||
Write-Output "::set-output name=dataConnectorFileNames::$finalizedDataConnectorFilesList"
|
||||
Write-Output "::set-output name=isDataConnectorFolderNameWithSpace::$isDataConnectorFolderNameWithSpace"
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
id: downloadArtifactsInDocker
|
||||
if: ${{ success() && steps.step1.outcome == 'success' && steps.step1.outputs.solutionName != '' && (steps.step1.outputs.hasPlaybooksChanged == 'true' || steps.step1.outputs.mainTemplateOrCreateUiDefinitionTemplateChanged == 'true' || steps.step1.outputs.hasDataConnectorFileChanged == 'true' ) }}
|
||||
with:
|
||||
path: dist
|
||||
- run: docker images
|
||||
- run : cp /home/runner/work/packagingrepo/packagingrepo/.github/actions/entrypoint.ps1 ./dist
|
||||
# - uses: actions/download-artifact@v2
|
||||
# id: downloadArtifactsInDocker
|
||||
# if: ${{ success() && steps.step1.outcome == 'success' && steps.step1.outputs.solutionName != '' && (steps.step1.outputs.hasPlaybooksChanged == 'true' || steps.step1.outputs.mainTemplateOrCreateUiDefinitionTemplateChanged == 'true' || steps.step1.outputs.hasDataConnectorFileChanged == 'true' ) }}
|
||||
# with:
|
||||
# path: dist
|
||||
# - run: docker images
|
||||
# - run : cp /home/runner/work/packagingrepo/packagingrepo/.github/actions/entrypoint.ps1 ./dist
|
||||
|
||||
# - uses: docker/login-action@v1
|
||||
# id: dockerRegistry
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||
"contentVersion": "1.0.0.0",
|
||||
"metadata": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче