Skip to content

Commit

Permalink
[skip ci] Merging into master from: test-bot-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny5-bot authored Dec 15, 2016
2 parents 48b29c2 + dbcf227 commit 107a2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var rp = require('request-promise'),
const BASE_URL = "https://api.github.com/repos/";
const AUTH_URL = "https://github.com/login/oauth/authorize";
const OWNER = "Nordstrom/";
const BASIC_AUTH = "Basic amFzb25vbG1zdGVhZDMzOkJAc2ViYWxsMzM=";
const BASIC_AUTH = "Basic am9obm55NS1ib3Q6SjBobm55NQ==";
const MERGE_MESSAGE = "Merging master into branch: ";
const TAG_MESSAGE = "Tagging branch for deploy. Tag: ";
const MASTER_MERGE_MESSAGE = "[skip ci] Merging into master from: ";
Expand Down Expand Up @@ -276,7 +276,7 @@ function checkProxy(params){


//** TEST CODE ****/
// Github.commitAndRelease("build-bot", "test-bot-branch", "0.0.11", "These release notes rule!");
//Github.commitAndRelease("build-bot", "test-bot-branch", "0.0.11", "These release notes rule!");
// Github.request("build-bot", "test-bot-branch", "0.0.10");

// createReference("build-bot", "20ee116227ec18666dc823ede06a3d3710fb05d3", "v0.0.8");
Expand Down

0 comments on commit 107a2fa

Please sign in to comment.