We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787beeb commit e37316bCopy full SHA for e37316b
cloudformation-template/unity-mc.main.template.yaml
@@ -488,6 +488,7 @@ Resources:
488
export GOROOT=$(pwd)/go
489
export GOPATH=$(pwd)/go/bin
490
export PATH=$(pwd)/go/bin:$PATH
491
+ cd /home/ubuntu/unity-management-console
492
go build -buildvcs=false -o ./main ./backend/cmd/web
493
chmod +x main
494
cp main ../management-console/main
0 commit comments