Use fetch dep script in jenkins script
This commit is contained in:
@@ -17,6 +17,7 @@ function dodep() {
|
||||
git clone https://github.com/$org/$repo.git $repo
|
||||
pushd $repo
|
||||
git checkout $curbranch || git checkout develop
|
||||
npm install
|
||||
echo "$repo set to branch "`git rev-parse --abbrev-ref HEAD`
|
||||
popd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user