Initial import with GitLab CI/CD and registry deploy flow
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
$root = Split-Path -Parent $PSScriptRoot
|
||||
Set-Location $root
|
||||
python scripts\local_stack.py stop @args
|
||||
exit $LASTEXITCODE
|
||||
Reference in New Issue
Block a user