balena-supervisor/automation
Pablo Carranza Velez 925112bd13 Fix references in deploy-to-resin.js and use github credentials when pushing in pr-to-meta-resin.sh
deploy-to-resin.js had a few references to variables that are no longer defined.

In pr-to-meta-resin.sh, the passing of GitHub credentials was wrongly placed and messy.

As per @Page-'s advice, we use the credentials as part of the remote url when pushing (we don't do it when
cloning to avoid the github password being visible with a `git remote -v`).

We change GITHUB_USERNAME to GITHUB_USER as hub will automatically pick it up, avoiding the need
to pass the credentials when creating the PR.

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
2017-08-07 12:17:02 -03:00
..
build.sh automation/build.sh: build base, nodesuper and gosuper before supervisor, and use them for cache 2017-07-20 21:22:25 -03:00
deploy-to-resin.js 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
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