Skip to content

chore: trigger webhook from unity-renderer to gitlab after publish th…#856

Merged
menduz merged 10 commits intomasterfrom
chore/trigger-gitlab-pipeline
Jul 28, 2021
Merged

chore: trigger webhook from unity-renderer to gitlab after publish th…#856
menduz merged 10 commits intomasterfrom
chore/trigger-gitlab-pipeline

Conversation

@kuruk-mm
Copy link
Copy Markdown
Member

@kuruk-mm kuruk-mm commented Jul 27, 2021

…e npm package

Resolves #852

What does this PR change?

Trigger gitlab pipeline after publish

How to test the changes?

Check if the pipeline triggers the gitlab webhook

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

@kuruk-mm kuruk-mm added the wip label Jul 27, 2021
@github-actions
Copy link
Copy Markdown
Contributor

Comment thread browser-interface/scripts/publish.ts Outdated
Comment thread browser-interface/scripts/publish.ts Outdated
Comment thread .circleci/config.yml Outdated
Comment on lines +392 to +397
# filters:
# branches:
# only:
# - master
# tags:
# only: /^\d+\.\d+\.\d+(.*)/ # npm tag + latest
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# filters:
# branches:
# only:
# - master
# tags:
# only: /^\d+\.\d+\.\d+(.*)/ # npm tag + latest

This may not be added next commit. The if in the publish.ts does the trick for us.

@kuruk-mm kuruk-mm force-pushed the chore/trigger-gitlab-pipeline branch from b4e15fb to 5ba6d09 Compare July 28, 2021 16:08
@kuruk-mm kuruk-mm marked this pull request as ready for review July 28, 2021 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trigger webhook from unity-renderer to gitlab after publish the npm package

2 participants