Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated VIC UI Plugin - Update drone trigger #489

Closed
1 task
ghost opened this issue May 18, 2018 · 1 comment
Closed
1 task

Automated VIC UI Plugin - Update drone trigger #489

ghost opened this issue May 18, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 18, 2018

User Statement:
As a developer I want automated testing of the automated VIC UI plugin install.

Details:

Acceptance Criteria:

  • Update vic-ui downstream triggers to vic-product instead of vic
@zjs
Copy link
Member

zjs commented Aug 10, 2018

@wjun: This should be an easy change to update the DOWNSTREAM_REPO variable in the .drone.yml:

vic-ui/.drone.yml

Lines 103 to 116 in 0b8d967

trigger-downstream:
image: 'gcr.io/eminent-nation-87317/vic-downstream-trigger:1.3'
environment:
SHELL: /bin/bash
DOWNSTREAM_REPO: vmware/vic
DOWNSTREAM_BRANCH: ${DRONE_BRANCH}
secrets:
- drone_server
- drone_token
when:
repo: vmware/vic-ui
event: [push]
branch: [master]
status: success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants