Skip to content

Commit

Permalink
fix(web_auto_setup): make install_devel true (autowarefoundation#780)
Browse files Browse the repository at this point in the history
make install_devel true

Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp>
Co-authored-by: Yuxuan Liu <uken.ryu.2@tier4.jp>
  • Loading branch information
Owen-Liuyuxuan and HinsRyu authored Apr 1, 2024
1 parent 367f0db commit 8c98f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .webauto-ci/main/autoware-setup/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ansible-galaxy collection install -f -r "ansible-galaxy-requirements.yaml"
ansible-playbook "ansible/playbooks/local_dev_env.yaml" \
"${ansible_args[@]}" \
-e WORKSPACE_ROOT="$(pwd)" \
-e install_devel="false" \
-e install_devel="true" \
--skip-tags vcs

git config --global --unset-all url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf
Expand Down

0 comments on commit 8c98f70

Please sign in to comment.