Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Remove install_deps step for pipline in JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
granger35 committed Oct 7, 2021
1 parent 1222304 commit 3a612d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node("master") {
dirName="SolARBuild"
buildDir="SolARPipeline_FiducialMarker"
android=true
makeTarget="install install_deps"
makeTarget="install"
}

SolArModulePipeline {
Expand All @@ -16,4 +16,4 @@ node("master") {
android=false
packageScripts="bundleSamples"
}
}
}

0 comments on commit 3a612d4

Please sign in to comment.