7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$RUN_DIR"
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
exec poetry export -o requirements.txt
|