This commit is contained in:
parent
3745721690
commit
3da9513349
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: "Build Image"
|
- name: "Build Image"
|
||||||
image: "docker:dind"
|
image: "docker:dind"
|
||||||
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- "./build.sh"
|
- "docker build -t git.1e99.eu/1e99/passed:$CI_COMMIT_SHA ."
|
||||||
|
|
Loading…
Reference in a new issue