summaryrefslogtreecommitdiff
path: root/ci/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/env.sh')
-rw-r--r--ci/env.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/env.sh b/ci/env.sh
index a49fb54..7fe3763 100644
--- a/ci/env.sh
+++ b/ci/env.sh
@@ -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)