build: fix url path for samples

This commit is contained in:
Matt Mazzola 2019-12-16 15:24:01 -08:00
Родитель 2533cb6193
Коммит 3be4bcd24a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -258,7 +258,7 @@ jobs:
# Investigated submodules and subtrees but neither seemed offer simplicity that we want while still keeping this repo as source of truth
# TODO: Look at using token only in git push instead of clone so it's not stored
# E.g. 'git pull https://<token>@github.com/username/bar.git'
- run: git clone https://${GH_TOKEN_SAMPLES}@github.com/conversationlearner/ConversationLearner-Samples << parameters.clone_path >> -b develop
- run: git clone https://${GH_TOKEN_SAMPLES}@github.com/microsoft/ConversationLearner-Samples << parameters.clone_path >> -b develop
# TODO: Try to consolidate to single copy command
- run: cp ./packages/samples/src/ << parameters.clone_path >> -frv
- run: cp ./packages/samples/*.* << parameters.clone_path >> -fv