Skip to content

[GitFlow] Les stages Travis ne sont pas ordonnées pour les branches qui doivent déployer #58

@bdelion

Description

@bdelion

Dans Travis, le stages ne sont pas correctement ordonnés, cf https://travis-ci.com/github/bdelion/java-parent/builds/161389514 :

  1. Publish to GitHub Packages Apache Maven - 68.1
  2. Site with Maven - 68.2
  3. Get Maven Project information - 68.3
  4. Build, Test and Verify with Maven - 68.4

alors qu'on voudrait :

  1. Get Maven Project information - 68.3
  2. Build, Test and Verify with Maven - 68.4
  3. Publish to GitHub Packages Apache Maven - 68.1
  4. Site with Maven - 68.2

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions