Skip to content
Snippets Groups Projects
Commit 2aa31eca authored by ranchodeluxe's avatar ranchodeluxe
Browse files

make sure our image isn't cached

parent c9cb19d5
No related tags found
1 merge request!56make sure our image isn't cached
......@@ -7,9 +7,12 @@ stages:
- conus-dps
tags:
- shell
script:
- docker build -t ${IMAGE_TAG} -f ./maap_runtime/Dockerfile .
- docker run ${IMAGE_TAG} ${ALGO_NAME} ${BRANCH_NAME} ${USERNAME} ${QUEUE} ${MAAP_IMAGE_ENV}
script: |
echo "#############"
echo "${IMAGE_TAG}
echo "#############"
docker build -t ${IMAGE_TAG} -f ./maap_runtime/Dockerfile .
docker run ${IMAGE_TAG} ${ALGO_NAME} ${BRANCH_NAME} ${USERNAME} ${QUEUE} ${MAAP_IMAGE_ENV}
###################################
# DPS JOBS
......
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