Skip to content

Commit

Permalink
update github_user env var value
Browse files Browse the repository at this point in the history
  • Loading branch information
kritika-singh3 committed Jun 11, 2020
1 parent 286e051 commit 06e5257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gocd_database_migrator.gocd.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GoCD.script {
elasticProfileId = "ecs-gocd-dev-build-dind"
tasks {
exec {
commandLine = ['./gradlew', 'clean', 'check']
commandLine = ['./gradlew', 'clean', 'check', 'assembleDist']
runIf = 'passed'
}
}
Expand All @@ -44,7 +44,7 @@ GoCD.script {
stage("github-preview-release") {
fetchMaterials = true
environmentVariables = [
GITHUB_USER : 'gocd-database-migrator',
GITHUB_USER : 'gocd',
GITHUB_TOKEN: "{{SECRET:[build-pipelines][GOCD_CI_USER_RELEASE_TOKEN]}}"
]
jobs {
Expand All @@ -63,7 +63,7 @@ GoCD.script {
stage("github-release") {
fetchMaterials = true
environmentVariables = [
GITHUB_USER : 'gocd-database-migrator',
GITHUB_USER : 'gocd',
PRERELEASE : "NO",
GITHUB_TOKEN: "{{SECRET:[build-pipelines][GOCD_CI_USER_RELEASE_TOKEN]}}"
]
Expand Down

0 comments on commit 06e5257

Please sign in to comment.