From 9f6748f4eb5b869ff5ae061a6b3e2d10c5fce8a4 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 6 Jul 2021 08:53:16 -0600
Subject: [PATCH] cleanup

---
 Dockerfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 8fe300315..d1e5a2b6f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,15 +31,16 @@ FROM ${BUILD_IMAGE} as builder
 
 ARG builder_workdir
 ARG libs_dir
+
+# TODO
+# Remove once nshmp-lib is public
 ARG git_username
 ARG git_password
-ARG gitlab_token=null
-ARG ci_job_token=null
+ARG GITLAB_TOKEN=null
+ARG CI_JOB_TOKEN=null
 
 ENV GIT_NSHMP_USERNAME ${git_username}
 ENV GIT_NSHMP_PASSWORD ${git_password}
-ENV GITLAB_TOKEN ${gitlab_token}
-ENV CI_JOB_TOKEN ${ci_job_token}
 
 WORKDIR ${builder_workdir}
 
-- 
GitLab