-
Notifications
You must be signed in to change notification settings - Fork 13
INT-8299: adding integration project support for auto
#599
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before adding this additional automation on the integration project repo, this graph project repo had auto
installed for versioning of the npm package and is working with changelog being auto generated, so leaving enabled unless it breaks the build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks bob!
core.setOutPut('integrationName', 'integration-google-cloud') | ||
core.setOutPut('graphProjectName', 'google-cloud') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core.setOutPut('integrationName', 'integration-google-cloud') | |
core.setOutPut('graphProjectName', 'google-cloud') | |
core.setOutput('integrationName', 'integration-google-cloud') | |
core.setOutput('graphProjectName', 'google-cloud') |
Or to avoid using the deprecated core.setOutput more I would recommend removing these 2 lines and on line 8 using
jobs:
j1-integration-deployment:
runs-on: ubuntu-latest
env:
IntegrationName: integration-google-cloud
GraphProjectName: google-cloud
and you can refer to them with $IntegrationName
and $GraphProjectName
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @Nick-NCSU , committing suggested changes.
Co-authored-by: Nick Thompson <[email protected]>
0a00553
…nto INT-8229 accepted a commit on github.com and merging that into local branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nick-NCSU updated vars as suggested. had a branch issue, so full file showing again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mishelashala and @JuanManuelIbarlucea i fixed the env var references
🚀 PR was released in |
No description provided.