Skip to content

Commit

Permalink
chore: use bootstrap v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxthunder committed Apr 15, 2024
1 parent e197ee4 commit d5d3746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions bootstrap.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
{
"python_version": "3.11",
"python_package_manager": "poetry>=1.7.1",
"scoop_installer": "https://raw.githubusercontent.com/ScoopInstaller/Install/master/install.ps1",
"scoop_default_bucket_base_url": "https://raw.githubusercontent.com/ScoopInstaller/Main/master/bucket",
"scoop_python_bucket_base_url": "https://raw.githubusercontent.com/ScoopInstaller/Versions/master/bucket",
"scoop_ignore_scoopfile": true,
"scoop_config": {
"autostash_on_conflict": "true",
"use_lessmsi": "true",
"scoop_repo": "https://github.com/ScoopInstaller/Scoop.git",
"scoop_branch": "master"
}
"scoop_ignore_scoopfile": true
}
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Test-RunningInCIorTestEnvironment {

function Invoke-Bootstrap {
# Download bootstrap scripts from external repository
Invoke-RestMethod https://raw.githubusercontent.com/avengineers/bootstrap-installer/v1.5.0/install.ps1 | Invoke-Expression
Invoke-RestMethod https://raw.githubusercontent.com/avengineers/bootstrap-installer/v1.6.0/install.ps1 | Invoke-Expression
# Execute bootstrap script
. .\.bootstrap\bootstrap.ps1
}
Expand Down

0 comments on commit d5d3746

Please sign in to comment.