Update .gitlab-ci.yml

This commit is contained in:
deed 2021-11-13 15:53:25 +00:00
parent a33ee845cb
commit 2ab8dc54e7

View file

@ -12,14 +12,3 @@ build-godot-export:
- docker tag khaganat/godot-export:3.3.4 khaganat/godot-export:3.3.4
- docker push khaganat/godot-export:3.3.4
when: manual
build-godot-export-test:
stage: build_3.4
tags:
- shell
script:
- cd godot-test
- docker build -t khaganat/godot-export:3.4 .
- docker tag khaganat/godot-export:3.4 khaganat/godot-export:3.4
- docker push khaganat/godot-export:3.4
when: manual