Skip to content

Commit e1a8766

Browse files
authored
Disable Atlas workflows (#65)
1 parent 70627a7 commit e1a8766

File tree

2 files changed

+1
-137
lines changed

2 files changed

+1
-137
lines changed

.github/workflows/atlas.yml.disabled

Lines changed: 0 additions & 130 deletions
This file was deleted.

atlas.hcl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ variable "url" {
66
env "dev" {
77
schema {
88
src = "file://server/schema.sql"
9-
repo {
10-
name = "kanae"
11-
}
129
}
1310
url = var.url
1411
dev = "docker://postgres/17/dev?search_path=public"
@@ -17,8 +14,5 @@ env "dev" {
1714
env "prod" {
1815
schema {
1916
src = "file://server/schema.sql"
20-
repo {
21-
name = "kanae"
22-
}
2317
}
24-
}
18+
}

0 commit comments

Comments
 (0)