Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

add more checks and deps to dodo.py #57

Merged
merged 1 commit into from
May 20, 2019
Merged

Conversation

sidler-mozilla
Copy link
Contributor

Added default values for two new env vars:

  • PAYMENT_API_KEY = fake_payment_api_key
  • SUPPORT_API_KEY = fake_support_api_key
    Added new check subtasks:
  • noroot: to ensure not run as root
  • python3.7: to ensure python3.7 installed
  • awscli: to ensure aws cli tool installed
  • json and yaml: to check successful load of these file types
  • black: to check formatting
  • reqs: to ensure python deps are installed
    Removed dependency on sh module.
    Updated README with changes

@marty331 marty331 merged commit 9983375 into master May 20, 2019
@marty331 marty331 deleted the add-more-checks-and-deps branch May 20, 2019 15:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants