diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-11-22 14:19:22 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-11-22 14:19:22 -0700 |
| commit | 345b7c18f74af579693f82f6b760a7b49d13cb52 (patch) | |
| tree | b159cef817ba697de226b70c7d7dd30270491f4e /ci/env.sh | |
| parent | 182146b9198e31a31d455368024b7c5dcb3e8f06 (diff) | |
docker-compose
Diffstat (limited to 'ci/env.sh')
| -rw-r--r-- | ci/env.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/env.sh b/ci/env.sh new file mode 100644 index 0000000..a49fb54 --- /dev/null +++ b/ci/env.sh @@ -0,0 +1,4 @@ +export OLO_USERNAME=$(id -un) +export OLO_GROUPNAME=$(id -gn) +export OLO_UID=$(id -u) +export OLO_GID=$(id -g) |
