diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-08-13 13:48:29 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-08-13 13:48:29 -0600 |
| commit | c36cf5292c71db74dbb24d4385ed3070a4d91577 (patch) | |
| tree | 9f37d82d203745f21f1281571874fa7419aa7d23 /ci/env.sh | |
| parent | 3e2e94afb69b6bc6213b58daa36f350205b5086c (diff) | |
CI stuff
Diffstat (limited to 'ci/env.sh')
| -rw-r--r-- | ci/env.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -export OLO_USERNAME=$(id -un) -export OLO_GROUPNAME=$(id -gn) -export OLO_UID=$(id -u) -export OLO_GID=$(id -g) +export USER_USERNAME=$(id -un) +export USER_GROUPNAME=$(id -gn) +export USER_UID=$(id -u) +export USER_GID=$(id -g) |
