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

add build args

parent 1855d254
No related branches found
No related tags found
2 merge requests!113Production Release | nshmp-ws-static,!112Resolves - Add Version Info
...@@ -13,6 +13,8 @@ FROM ${BUILD_IMAGE} as builder ...@@ -13,6 +13,8 @@ FROM ${BUILD_IMAGE} as builder
# TODO: Token needed until nshmp-lib is public # TODO: Token needed until nshmp-lib is public
ARG GITLAB_TOKEN=null ARG GITLAB_TOKEN=null
ARG CI_JOB_TOKEN=null ARG CI_JOB_TOKEN=null
ARG CI_PROJECT_URL=null
ARG CI_COMMIT_BRANCH=null
WORKDIR /app WORKDIR /app
......
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