Skip to content

Commit b0b0b16

Browse files
committed
wip: testing
1 parent cd24930 commit b0b0b16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blueprint.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ci: {
1010
provider: "aws"
1111
path: "global/ci/docker"
1212
maps: {
13-
usernames: "username"
14-
passwords: "password"
13+
username: "username"
14+
password: "password"
1515
}
1616
}
1717
}

forge/cli/cmd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ func Run() int {
7474
}
7575

7676
func main() {
77-
Run()
77+
os.Exit(Run())
7878
}

0 commit comments

Comments
 (0)