Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ImportError: No module named 'boto3'
  2.  
  3. image: me/company
  4.  
  5. pipelines:
  6. branches:
  7. master:
  8. - step:
  9. script:
  10. - npm install
  11. - npm run build
  12. - python get-pip.py
  13. - pip install boto3
  14. - python3.5 s3_upload.py io-master.company.co.uk dist io-master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement