UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 3b0ccf93 authored by Benjamin Allison's avatar Benjamin Allison
Browse files

Update .gitlab-ci.yml to build with no cache

parent f0e1d9fe
Branches
No related merge requests found
......@@ -11,7 +11,7 @@ build_image:
- shell
stage: build
script:
- docker build -t registry.cybbh.space/courseware-as-code/courseware-builder/container .
- docker build --no-cache -t registry.cybbh.space/courseware-as-code/courseware-builder/container .
only:
- master
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment