diff --git a/cloud-build.py b/cloud-build.py index 814d202..139d5eb 100755 --- a/cloud-build.py +++ b/cloud-build.py @@ -540,11 +540,8 @@ Dir::Etc::preferencesparts "/var/empty"; for branch in self.branches: remote = self.remote(branch) files = glob.glob(f'{self.images_dir}/{branch}/*') - if f'self.checksum_command.upper().asc' not in files: - self.error(f'No checksum signature in branch {branch}') - else: - cmd = ['rsync', '-v'] + files + [remote] - self.call(cmd) + cmd = ['rsync', '-v'] + files + [remote] + self.call(cmd) self.kick()