Skip to content

Commit

Permalink
Fix setup-project script
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 8, 2024
1 parent 49d4d07 commit 1d71f90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/setup-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function authorize_access_to_certificate_private_key {
}

$scripts_path/run-vm-shell-command.sh $vm_name "rm -rf $configuration_dir_path"
$scripts_path/run-vm-shell-command.sh $vm_name "$configuration_script https://$github_token@$configuration_repo $certificate $configuration_commit $configuration_dir_path"
$scripts_path/run-vm-shell-command.sh $vm_name add_certificate_to_keychain
$scripts_path/run-vm-shell-command.sh $vm_name authorize_access_to_certificate_private_key
$scripts_path/run-vm-shell-command.sh $vm_name "$configuration_script https://$github_token@$configuration_repo $configuration_branch $configuration_commit $configuration_dir_path"
$scripts_path/run-vm-shell-command.sh $vm_name echo $(add_certificate_to_keychain)
$scripts_path/run-vm-shell-command.sh $vm_name echo $(authorize_access_to_certificate_private_key)
$scripts_path/run-vm-shell-command.sh $vm_name "cd $repository_path && make setup"

0 comments on commit 1d71f90

Please sign in to comment.