fix: ci yaml error
This commit is contained in:
parent
35e8ac9c33
commit
d5eb7fda02
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user