Merge branch 'fix_generate_qr'

3 jobs for master in 1 minute and 15 seconds (queued for 30 seconds)
latest
Status Job ID Name Coverage
  Check
failed #61953
code-analysis

00:00:25

failed #61954
lint-analysis

00:00:38

passed #61955
mccabe

00:00:10

 
Name Stage Failure
failed
lint-analysis Check
    dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
File "/home/gitlab-runner/builds/nQiTsJf7/0/l10n_mx/facturacion/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 1745, in _move_to_eggs_dir_and_compile
[tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
ValueError: need more than 0 values to unpack
*************** BUILDOUT EGGSCLEANER ****************
No unused eggs in eggs directory
*************** /BUILDOUT EGGSCLEANER ****************
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

failed
code-analysis Check
./l10n_mx_ir_attachment_facturae/report/generate_qr.py:56:44: Q000 Remove bad quotes
./l10n_mx_ir_attachment_facturae/report/generate_qr.py:57:21: Q000 Remove bad quotes
./l10n_mx_ir_attachment_facturae/report/generate_qr.py:63:30: Q000 Remove bad quotes
./l10n_mx_ir_attachment_facturae/report/generate_qr.py:66:44: Q000 Remove bad quotes
./l10n_mx_ir_attachment_facturae/report/generate_qr.py:67:21: Q000 Remove bad quotes
./l10n_mx_ir_attachment_facturae/report/generate_qr.py:73:89: E501 line too long (93 > 88 characters)
The command "bin/code-analysis" exited with 1 in 1.225s.
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no tests to show.