Skip to content
Snippets Groups Projects
Commit 53f7bddf authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Remove unused APP_NAME build arg

parent 900e32f6
No related branches found
No related tags found
No related merge requests found
Pipeline #16050 passed
...@@ -32,7 +32,6 @@ variables: ...@@ -32,7 +32,6 @@ variables:
script: script:
- docker build - docker build
--pull --pull
--build-arg APP_NAME=${APP_NAME}
--build-arg FROM_IMAGE=${FROM_IMAGE} --build-arg FROM_IMAGE=${FROM_IMAGE}
--build-arg GIT_BRANCH_NAME=${CI_COMMIT_REF_NAME} --build-arg GIT_BRANCH_NAME=${CI_COMMIT_REF_NAME}
--build-arg GIT_COMMIT_SHA=${CI_COMMIT_SHA} --build-arg GIT_COMMIT_SHA=${CI_COMMIT_SHA}
...@@ -97,6 +96,7 @@ Check Python 3.8: ...@@ -97,6 +96,7 @@ Check Python 3.8:
- .check_code - .check_code
variables: variables:
PYTHON_VERSION: '3.8' PYTHON_VERSION: '3.8'
## -------------------------------------------------- ## --------------------------------------------------
# Integration Stage # Integration Stage
## -------------------------------------------------- ## --------------------------------------------------
......
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