Skip to content

Commit

Permalink
Fix to buildfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dihedron committed Jan 17, 2024
1 parent 14c8c8c commit 8354338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local
local:
goreleaser build --single-target --snapshot --rm-dist
goreleaser build --single-target --snapshot --clean

.PHONY: test
test:
Expand Down
4 changes: 2 additions & 2 deletions _test/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kind: destination
spec:
name: sqlite
path: cloudquery/sqlite
version: v2.4.16
version: v2.4.21
spec:
connection_string: ./${OPENSTACK_INSTALLATION}.sqlite
---
Expand All @@ -45,7 +45,7 @@ spec:
name: postgresql
registry: github
path: cloudquery/postgresql
version: v7.1.0
version: v7.1.6
spec:
connection_string: postgresql://cloudquery:cloudquery@localhost:15433/cloudquery?sslmode=disable
# connection_string: postgresql://cloudquery:cloudquery@localhost:5432/cloudquery?sslmode=disable
Expand Down

0 comments on commit 8354338

Please sign in to comment.