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

add build args

parent 5b0d9792
No related branches found
No related tags found
2 merge requests!613Production Release | nshmp-haz,!612Resolves - Add Version Info
......@@ -46,7 +46,7 @@ WORKDIR /app
COPY . .
RUN ./gradlew assemble && cat src/main/resources/*
RUN ./gradlew assemble
####
# Application image: Run jar file.
......
......@@ -27,6 +27,8 @@ ARG builder_workdir
# Remove once nshmp-lib is public
ARG GITLAB_TOKEN=null
ARG CI_JOB_TOKEN=null
ARG CI_PROJECT_URL=null
ARG CI_COMMIT_BRANCH=null
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