Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ykataya-fsi authored Oct 21, 2024
1 parent d2d2419 commit 0989f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .webauto-ci/main/autoware-setup/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sudo -E apt-get -y install usbutils # For kvaser

export GITHUB_TOKEN="$WEBAUTO_CI_GITHUB_TOKEN"
git config --global --add url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "https://github.com/"
git config --global --add url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "[email protected]:"

ansible_args=()
ansible_args+=("--extra-vars" "prompt_install_nvidia=y")
ansible_args+=("--extra-vars" "prompt_download_artifacts=y")
Expand Down

0 comments on commit 0989f10

Please sign in to comment.