Skip to content

Commit cc80441

Browse files
authored
ref(gocd): bump gocd-jsonnet to v3.0.0 (grouped pipedream) (#7878)
1 parent 41fe9b1 commit cc80441

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

gocd/templates/jsonnetfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"subdir": "libs"
99
}
1010
},
11-
"version": "v2.19.0"
11+
"version": "v3.0.0"
1212
}
1313
],
1414
"legacyImports": true

gocd/templates/jsonnetfile.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"subdir": "libs"
99
}
1010
},
11-
"version": "56cc4d91cbaac4569b37b4911998b48c2f9c2ac4",
12-
"sum": "J0D//go/146qfReWFTTL5xWWCVlkTjqhnALYPH4Z9rE="
11+
"version": "3465d94bb68e41c24d93a80d0b3f0ab8168d26c6",
12+
"sum": "SbALpMwOdnmqi5w6cJKPOWDp3gcuafqk7JCninnrrLA="
1313
}
1414
],
1515
"legacyImports": false

gocd/templates/pipelines/snuba-py.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function(region) {
195195
checks: {
196196
elastic_profile_id: 'snuba',
197197
environment_variables: {
198-
PIPELINE_FIRST_STEP: 'deploy-snuba-py-s4s',
198+
PIPELINE_FIRST_STEP: 'deploy-snuba-py-s4s2',
199199
},
200200
tasks: [
201201
gocdtasks.script(importstr '../bash/check-github.sh'),

gocd/templates/pipelines/snuba-rs.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function(region) {
177177
checks: {
178178
elastic_profile_id: 'snuba',
179179
environment_variables: {
180-
PIPELINE_FIRST_STEP: 'deploy-snuba-rs-s4s',
180+
PIPELINE_FIRST_STEP: 'deploy-snuba-rs-s4s2',
181181
},
182182
tasks: [
183183
gocdtasks.script(importstr '../bash/check-github.sh'),

0 commit comments

Comments
 (0)