Update .gitlab-ci.yml
This commit is contained in:
parent
838ae89d83
commit
5a6c308331
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ build-godot-export:
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
|
- cd godot
|
||||||
- docker build -t khaganat/godot-export:latest .
|
- docker build -t khaganat/godot-export:latest .
|
||||||
|
when: manual
|
||||||
|
|
||||||
push-godot-export:
|
push-godot-export:
|
||||||
stage: push
|
stage: push
|
||||||
|
|
Loading…
Reference in a new issue