Skip to content

Update npm.gitlab-ci.yml to make CI job fail on error

Palash Bansal requested to merge repalash/gitlab:master into master

What does this MR do?

While using the template .gitlab.ci.yml file for NPM, the deployment might fail if the version already exists. In this case, no new version is uploaded, and still the job and corresponding pipeline passes. This MR fixes this by returning 0 in case of fail.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Shinya Maeda

Merge request reports