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