Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Apr 13, 2024
1 parent e5afce5 commit 1146715
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions services/data-processor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
"deploy": {
"executor": "nx:run-commands",
"options": {
"cwd": "services/data-processor",
"commands": [
"poetry self add poetry-plugin-export",
"poetry config warnings.export false",
// Currently poetry export adds a strict python marker. We need to
// remove it since GCP App Engine works with MAJOR MINOR version.
// https://github.com/python-poetry/poetry-plugin-export/issues/191
"poetry export --without-hashes --without-urls | awk '{ print $1 }' FS=';' > requirements.txt",
"npx ts-node ../../tools/scripts/deploy.ts data-processor"
"poetry export --without-hashes --without-urls | awk '{ print $1 }' FS=';' > requirements.txt"
// "npx ts-node ../../tools/scripts/deploy.ts data-processor"
]
}
}
Expand Down

0 comments on commit 1146715

Please sign in to comment.