Fix package name
This commit is contained in:
parent
2e2b993bf2
commit
9690d84338
@ -18,7 +18,7 @@ before_install:
|
|||||||
# Install latest Git
|
# Install latest Git
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install --only-upgrade git
|
- sudo apt-get install --only-upgrade git
|
||||||
- sudo apt-get install samba4-clients
|
- sudo apt-get install smbclient
|
||||||
# Allow fetching other branches than master
|
# Allow fetching other branches than master
|
||||||
- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
||||||
# Fetch the branch with test code
|
# Fetch the branch with test code
|
||||||
|
Loading…
Reference in New Issue
Block a user