mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-10-18 14:33:26 +00:00
Compare commits
1 Commits
8bcf9b7699
...
d4c4d59eed
Author | SHA1 | Date | |
---|---|---|---|
|
d4c4d59eed |
|
@ -1,9 +1,6 @@
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
$PSNativeCommandUseErrorActionPreference = $true
|
$PSNativeCommandUseErrorActionPreference = $true
|
||||||
|
|
||||||
# detect buildx, ErrorActionPreference will ensure the script stops execution if not found
|
|
||||||
docker buildx version
|
|
||||||
|
|
||||||
# define temporary directory
|
# define temporary directory
|
||||||
$tempdirectory = "$pwd\temp"
|
$tempdirectory = "$pwd\temp"
|
||||||
# define services to patch
|
# define services to patch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user