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

Travis build config validation - fix hidden deploy stage #198

Merged
merged 2 commits into from Apr 16, 2020

Conversation

Pitterling
Copy link
Collaborator

@Pitterling Pitterling commented Apr 16, 2020

root: both matrix and jobs given, matrix overwrites jobs
root: deprecated key sudo (The key sudo has no effect anymore.)
root: key matrix is an alias for jobs, using jobs
root: missing os, using the default linux

jobs.include: unknown key fast_finish (true)
jobs.include.deploy: key api_key is an alias for token, using token
jobs.include.deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup)

root: both matrix and jobs given, matrix overwrites jobs
root: deprecated key sudo (The key `sudo` has no effect anymore.)
root: key matrix is an alias for jobs, using jobs
root: missing dist, using the default xenial
root: missing os, using the default linux
jobs.include: unknown key fast_finish (true)
jobs.include.deploy: key api_key is an alias for token, using token
jobs.include.deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup)
@Pitterling Pitterling merged commit 27687ae into vlsi:master Apr 16, 2020
@Pitterling Pitterling deleted the travis_build_config_validation branch April 16, 2020 07:21
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.

None yet

2 participants