change GitHub user from 'artspb' to 'derekparker' in TeamCity DSL (#2307)

This commit is contained in:
Artem Khvastunov 2021-01-19 00:51:29 +01:00 committed by GitHub
parent f2ec3e49a8
commit fe9ce7b148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@ class AggregatorBuild(tests: Collection<BuildType>) : BuildType({
token = "credentialsJSON:5dc93081-e0b2-41e2-b8f0-dea3c96e6426"
}
}
param("github_oauth_user", "artspb")
param("github_oauth_user", "derekparker")
}
}
})