Skip to content
Snippets Groups Projects
Commit 9f6748f4 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

cleanup

parent 96d16781
No related branches found
No related tags found
1 merge request!531Resolves - Trigger CDK Deployment
...@@ -31,15 +31,16 @@ FROM ${BUILD_IMAGE} as builder ...@@ -31,15 +31,16 @@ FROM ${BUILD_IMAGE} as builder
ARG builder_workdir ARG builder_workdir
ARG libs_dir ARG libs_dir
# TODO
# Remove once nshmp-lib is public
ARG git_username ARG git_username
ARG git_password ARG git_password
ARG gitlab_token=null ARG GITLAB_TOKEN=null
ARG ci_job_token=null ARG CI_JOB_TOKEN=null
ENV GIT_NSHMP_USERNAME ${git_username} ENV GIT_NSHMP_USERNAME ${git_username}
ENV GIT_NSHMP_PASSWORD ${git_password} ENV GIT_NSHMP_PASSWORD ${git_password}
ENV GITLAB_TOKEN ${gitlab_token}
ENV CI_JOB_TOKEN ${ci_job_token}
WORKDIR ${builder_workdir} WORKDIR ${builder_workdir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment