Skip to content

Commit

Permalink
Fix duplicate values after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
afalko committed Jul 26, 2018
1 parent 24e83d7 commit 3953302
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ private Constants () { }
public static final String BASE_IMAGE_INST = "FROM";
public static final String PULL_REQ_ID = "f9ed6ea5-6e74-4338-a629-50c5c6807a6b";
public static final String STORE_JSON_FILE = "store.json";
public static final String GIT_ORG = "o";
public static final String GIT_BRANCH = "b";
public static final String GIT_AUTO_MERGE = "f";
public static final String GIT_PR_TITLE = "m";
public static final String GIT_ADDITIONAL_COMMIT_MESSAGE = "c";
Expand Down

0 comments on commit 3953302

Please sign in to comment.