Skip to content
Snippets Groups Projects
Commit d93ce703 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Skip base build if provide image id

parent 6d62cfef
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@ build_base_image:
tags:
- build
script:
- |
if [ -n "${BUILT_BASE_IMAGE_ID}" ]; then
exit 0
fi
- *get_build_date
- export REPO_HEAD=$(git rev-parse --short HEAD)
- export PKR_VAR_flavor="m1.medium"
......
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