Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !305

CI: prevent ELM to run on Shippable

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/jmini/fix_shippable_ci into master Jun 13, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: jmini

Reported by @wing328 on Gitter:

I wonder if you can take a look at https://app.shippable.com/github/OpenAPITools/openapi-generator/runs/772/1/console the error is related to elm but there's no elm in CI/pom.xml.shippable...

Error:

Compiling src/Main.elm
./elm-compile-test: line 7: elm: command not found
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (bundle-test) on project ElmClientTests: Command execution failed.: Process exited with an error: 127 (Exit value: 127) -> [Help 1]

This is probably a side effect of the change I have made in #280 to solve this error:

[ERROR] [FATAL] Non-resolvable parent POM for org.openapitools:openapi-generator-cli:[unknown-version]: Could not find artifact org.openapitools:openapi-generator-project:pom:3.0.1 in sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots) and 'parent.relativePath' points at wrong local POM @ line 3, column 11

Change made in #280:

I needed to call the main POM: /pom.xml from CI/pom.xml.shippable in order to build the missing module.

It probably introduces the observed side-effect in https://app.shippable.com/github/OpenAPITools/openapi-generator/runs/772/1/console


This PR changes the profile name for Shippable from samples to samples.shippable.

Changed files:

  • CI/pom.xml.shippable : new definition
  • shippable.yaml : activate the correct profile with -P
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jmini/fix_shippable_ci