Skip to content

Commit

Permalink
set spam test branch to master;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Aug 23, 2019
1 parent 4135eed commit 9d9e54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ commands += Command.command("ergoItTest") { state =>
}

def runSpamTestTask(task: String, sigmastateVersion: String, log: Logger): Unit = {
val spamBranch = "i4-add-input-hash"
val spamBranch = "master"
val envVars = Seq("SIGMASTATE_VERSION" -> sigmastateVersion,
"SPECIAL_VERSION" -> specialVersion,
// SSH_SPAM_REPO_KEY should be set (see Jenkins Credentials Binding Plugin)
Expand Down

0 comments on commit 9d9e54f

Please sign in to comment.