Skip to content

Commit

Permalink
Revert mercurial setup changes
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Bainian <[email protected]>
  • Loading branch information
Briancbn committed May 8, 2020
1 parent 53cfd19 commit bdeda7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions industrial_ci/src/workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ function ici_setup_git_client {
fi
}

function ici_setup_mercurial_client {
ici_install_pkgs_for_command mercurial
if [ -d ~/.ssh ]; then
ici_install_pkgs_for_command ssh ssh-client
fi
}

function ici_vcs_import {
vcs import --recursive "$@"
}
Expand Down

0 comments on commit bdeda7e

Please sign in to comment.