We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd24930 commit b0b0b16Copy full SHA for b0b0b16
blueprint.cue
@@ -10,8 +10,8 @@ ci: {
10
provider: "aws"
11
path: "global/ci/docker"
12
maps: {
13
- usernames: "username"
14
- passwords: "password"
+ username: "username"
+ password: "password"
15
}
16
17
forge/cli/cmd/main.go
@@ -74,5 +74,5 @@ func Run() int {
74
75
76
func main() {
77
- Run()
+ os.Exit(Run())
78
0 commit comments