Skip to content

Commit

Permalink
feat: 10 run sync local (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton authored Dec 5, 2024
1 parent 14347bd commit b232a30
Show file tree
Hide file tree
Showing 67 changed files with 2,182 additions and 11,168 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ data_prep/junk.py
data_prep/docker_data/**
data_prep/poetry.toml

sync/src/junk.py
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@
"TEST"
]
},
{
"name": "run sync locally",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/sync/src/main.py",
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/sync/.env",
"args": [
""
]
}

]
}
140 changes: 0 additions & 140 deletions common/openshift.database.yml

This file was deleted.

71 changes: 0 additions & 71 deletions common/openshift.init.yml

This file was deleted.

Loading

0 comments on commit b232a30

Please sign in to comment.