Skip to content
Snippets Groups Projects

Change Vagrant with docker for building Debian

Merged Stéphane Veyret requested to merge DockerBuild into 1.6

Merge request reports

Checking pipeline status.

Approval is optional

Merged by ÉloïsÉloïs 7 years ago (Jan 18, 2018 5:57pm UTC)

Merge details

  • Changes merged into 1.6 with 02fe3188.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
82 expected_artifacts = json.loads(expected_artifacts)
83 except json.decoder.JSONDecodeError:
84 print('CRITICAL EXPECTED_ARTIFACTS environment variable JSON probably malformed')
85 print('CRITICAL Correct : \'["test_linux.txt","test_windows.txt"]\' ')
86 print('CRITICAL Not Correct: "[\'test_linux.txt\',\'test_windows.txt\']" ')
87 exit(1)
88 artifacts_list = []
89 for artifact in expected_artifacts:
90 artifact_dict = {
91 'name': artifact,
92 'url': build_artifact_url(artifact, False),
93 'size': get_artifact_weight(artifact),
94 'icon': ':package:'
95 }
96 artifacts_list.append(artifact_dict)
97 expected_sources = ['tar.gz', 'zip']
  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading