Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions build.dev.branch1.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## build.properties
sf.username = madhav+cidf14dev1@gmail.com
sf.password = satyasai12rb1nzYxDgNYBgIQfOkJTKiK
sf.serverurl = https://login.salesforce.com
sf.maxPoll = 600

## settings to change in branch properties
## copy the build.master.properties to build.[branch].properties
sf.runallTests = true
sf.checkOnly = true
build.cmd = DeployAndCheckOnly
1 change: 1 addition & 0 deletions src/classes/WarehouseDataInstall.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//added a comment
public with sharing class WarehouseDataInstall {

public WarehouseDataInstall() {}
Expand Down