Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit e93afc3

Browse files
authored
Adding https:// (#457)
1 parent 9ec7b37 commit e93afc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validations.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ lifecycle_pipeline_name="$mono_repo_dir-lifecycle"
268268
pipeline_exists $AZDO_ORG_URL $AZDO_PROJECT $lifecycle_pipeline_name
269269

270270
# Deploy lifecycle pipeline and verify it runs.
271-
spk project install-lifecycle-pipeline --org-name $AZDO_ORG --devops-project $AZDO_PROJECT --repo-url $repo_url --pipeline-name $lifecycle_pipeline_name --personal-access-token $ACCESS_TOKEN_SECRET >> $TEST_WORKSPACE/log.txt
271+
spk project install-lifecycle-pipeline --org-name $AZDO_ORG --devops-project $AZDO_PROJECT --repo-url "https://$repo_url" --pipeline-name $lifecycle_pipeline_name --personal-access-token $ACCESS_TOKEN_SECRET >> $TEST_WORKSPACE/log.txt
272272

273273
# TODO: Verify the lifecycle pipeline sucessfully runs
274274
# Verify lifecycle pipeline was created

0 commit comments

Comments
 (0)