This commit is contained in:
v-amolpatil 2022-12-15 14:36:39 +05:30
Родитель bff1d092c9
Коммит 59e2dcdf6a
2 изменённых файлов: 8 добавлений и 8 удалений

14
.github/workflows/arm-ttk-validations.yaml поставляемый
Просмотреть файл

@ -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": {