From d5d3746c0c0207e5adafd07ea54e62a762d5720e Mon Sep 17 00:00:00 2001 From: "Guenther, Karsten (RDD-RM)" Date: Mon, 15 Apr 2024 16:48:06 +0200 Subject: [PATCH] chore: use bootstrap v1.6.0 --- bootstrap.json | 13 +------------ build.ps1 | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/bootstrap.json b/bootstrap.json index 35fb4ec..7f8fe59 100644 --- a/bootstrap.json +++ b/bootstrap.json @@ -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 } diff --git a/build.ps1 b/build.ps1 index b3e9d1a..5c68361 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 }