Skip to content

Commit 13c3dd1

Browse files
committed
refactor(webauto-ci): drop dead --skip-tags vcs flag
No role or task in the ansible collection defines a `vcs` tag (never has, per git history), so the flag was a no-op in the old universe.yaml call and stayed a no-op after the install_dev_env migration. Drop it so the remaining `--skip-tags dev_tools` reflects intent. Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 1621c7c commit 13c3dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .webauto-ci/main/autoware-setup

.webauto-ci/main/autoware-setup/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ansible-galaxy collection install -f -r "ansible-galaxy-requirements.yaml"
1111
ansible-playbook autoware.dev_env.install_dev_env \
1212
"${ansible_args[@]}" \
1313
-e WORKSPACE_ROOT="$(pwd)" \
14-
--skip-tags vcs,dev_tools
14+
--skip-tags dev_tools

0 commit comments

Comments
 (0)