balena-supervisor/automation
Pablo Carranza Velez acf3771ea8 automation: Always try to cache using the latest master build
This change makes us always try to use the latest master builds of the intermediate images
for the --cache-from option in our docker build of the supervisor.

This prevents cache misses when we're rebasing a branch and a PR has been merged that modifies a component that we're not modifying
in the current branch.
For example:
Branch 1 modifies the base image. Branch 2 only modifies the nodejs code. Branch 1 gets merged before Branch 2, so in our Branch2 PR we
rebase from master - in the next build for Branch 2, we'll have a cache miss on the base image, unless we're using the last master for caching.

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
2017-11-01 18:15:33 -07:00
..
build.sh automation: Always try to cache using the latest master build 2017-11-01 18:15:33 -07:00
deploy-to-resin.js Fixes #511, add support for new supervisor image for x86 with quark cpu 2017-11-01 03:33:43 -07:00
package.json Add a deploy-to-resin.js and automatically deploy to the Resin API on master builds 2017-07-20 21:22:25 -03:00
pr-to-meta-resin.sh Fix references in deploy-to-resin.js and use github credentials when pushing in pr-to-meta-resin.sh 2017-08-07 12:17:02 -03:00