Merge pull request #354 from jim-minter/nobuilddrop

remove BUILDDROP variable
This commit is contained in:
Jim Minter 2020-03-27 17:25:01 -06:00 коммит произвёл GitHub
Родитель 8870fcc82d a94f53278b
Коммит 93ea2c2a28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -30,7 +30,7 @@ jobs:
rpImageACR: $(RP_IMAGE_ACR)
- script: |
cd ${{ variables.modulePath }}
./hack/deploy/copy_artifacts.sh
cp -a --parents aro "$(Build.ArtifactStagingDirectory)"
displayName: 'Copy artifacts'
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifacts'

Просмотреть файл

@ -1,6 +0,0 @@
#!/bin/bash
set -eo pipefail
[[ -z "${BUILDDROP}" ]] && (echo "BUILDDROP is not set"; exit 1)
cp -a --parents \
aro \
$BUILDDROP/