fix: ci yaml error

This commit is contained in:
Swann 2020-10-09 00:46:52 +02:00
parent 35e8ac9c33
commit d5eb7fda02
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
stages:
- test
- build
# - deploy
include:
- local: .gitlab/ci/test.gitlab-ci.yml
- local: .gitlab/ci/build.gitlab-ci.yml
- local: .gitlab/ci/deploy.gitlab-ci.yml

View File

@ -128,7 +128,7 @@ class BlDatablock(ReplicatedDatablock):
if instance and hasattr(instance, 'uuid'):
instance.uuid = self.uuid
self.diff_method = DIFF_BINARY
# self.diff_method = DIFF_BINARY
def resolve(self):
datablock_ref = None