Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent cd24930 commit b0b0b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ci: {
provider: "aws"
path: "global/ci/docker"
maps: {
usernames: "username"
passwords: "password"
username: "username"
password: "password"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge/cli/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ func Run() int {
}

func main() {
Run()
os.Exit(Run())
}

0 comments on commit b0b0b16

Please sign in to comment.