Skip to content

Commit

Permalink
Remove docs repos from checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgdemon committed Mar 29, 2019
1 parent 4254008 commit d86d232
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build/profiles/freenas/repos.pyd
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ repos += {
"branch": "freenas/11.1-stable"
}

if PRODUCT == "TrueNAS":
repos += {
"name": "freenas-docs",
"path": "freenas-docs",
"url": "http://github.com/freenas/freenas-docs.git",
"branch": "master"
}
else:
repos += {
"name": "freenas-docs",
"path": "freenas-docs",
"url": "http://github.com/freenas/freenas-docs.git",
"branch": "freenas/11.1-stable"
}

if PRODUCT == "TrueNAS":
repos += {
"name": "truenas",
Expand Down

0 comments on commit d86d232

Please sign in to comment.