Skip to content

Commit

Permalink
Fix problem in Jenkins bootstrap script after recent changes to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Mar 22, 2018
1 parent 9e8dbc5 commit e60b5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/jobs/integrate/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ sbtArgs="-ivy $IVY2_DIR -Dsbt.override.build.repos=true -Dsbt.repository.config=

source scripts/bootstrap_fun

generateRepositoriesConfig $integrationRepoUrl

determineScalaVersion
deriveModuleVersions

generateRepositoriesConfig $integrationRepoUrl

removeExistingBuilds $integrationRepoUrl
clearIvyCache

Expand Down

0 comments on commit e60b5b0

Please sign in to comment.