MC-011: 1.14 beta textures 3.3 #32

Merged
Dandellion merged 1 commits from MC-011 into master 2019-08-18 04:30:47 +02:00
Showing only changes of commit 974c8ee1b3 - Show all commits

View File

@@ -95,6 +95,24 @@ deploy:resourcepack:
- resourcepack/**/*
- resourcepack/*
- .gitlab-ci.yml
pages:
stage: deploy
script:
- mkdir public
- mv resourcepack-out/resourcepack.zip public/dodsorfas_resources.zip
artifacts:
paths:
- public
only:
refs:
- master
changes:
- resourcepack/**/*
- resourcepack/*
- .gitlab-ci.yml
restart:
stage: restart