Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
fixed typo in command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
clguiman committed Apr 13, 2017
1 parent 5118879 commit 50f66ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart_template/301-jenkins-acr-spinnaker-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ front50_port="8081"
curl --silent "${artifacts_location}quickstart_template/201-spinnaker-acr-k8s.sh${artifacts_location_sas_token}" | sudo bash -s -- -ai "$app_id" -ak "$app_key" -si "$subscription_id" -ti "$tenant_id" -un "$user_name" -rg "$resource_group" -mf "$master_fqdn" -mc "$master_count" -san "$storage_account_name" -sak "$storage_account_key" -acr "$azure_container_registry" -ikp "$include_kubernetes_pipeline" -prg "$pipeline_registry" -prp "$docker_repository" -pp "$pipeline_port" -fp "$front50_port" -al "$artifacts_location" -st "$artifacts_location_sas_token"

# Configure Jenkins
curl --silent "${artifacts_location}quickstart_template/201-jenkins-acr.sh${artifacts_location_sas_token}" | sudo bash -s -- -u "$user_name" -g "$git_repository" -r "https://$azure_container_registry" -ru "$app_id" -rp "$app_key" -rr "$docker_repository" -f "$jenkins_fqdn" -al "$artifacts_location" -st "$artifacts_location_sas_token"
curl --silent "${artifacts_location}quickstart_template/201-jenkins-acr.sh${artifacts_location_sas_token}" | sudo bash -s -- -u "$user_name" -g "$git_repository" -r "https://$azure_container_registry" -ru "$app_id" -rp "$app_key" -rr "$docker_repository" -jf "$jenkins_fqdn" -al "$artifacts_location" -st "$artifacts_location_sas_token"

0 comments on commit 50f66ec

Please sign in to comment.