Remove deploy branch restriction to push testable image

This commit is contained in:
Devon Mackay 2018-08-09 08:36:08 -04:00
parent 0619e02042
commit bc0521fba9

View File

@ -48,4 +48,4 @@ deploy:
provider: script provider: script
script: echo "** Image push only for now... stay tuned! **" script: echo "** Image push only for now... stay tuned! **"
on: on:
branch: master all_branches: true