Skip to content

Commit

Permalink
chore(build): specify an artifact for bumpdeps to look for (#4225)
Browse files Browse the repository at this point in the history
to avoid a hard-coded 10 minute timeout.  See
e.g. https://github.com/spinnaker/bumpdeps/blob/c5ca595ec6211aae4160c46a14a4f2fd04359638/src/main/kotlin/io/spinnaker/bumpdeps/Main.kt#L128

Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
dbyron-sf and link108 committed Mar 2, 2022
1 parent ede484c commit bac2d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump_dependencies.yml
Expand Up @@ -13,5 +13,8 @@ jobs:
ref: ${{ github.event.client_payload.ref }}
key: orcaVersion
repositories: kayenta
mavenRepositoryUrl: https://repo.maven.apache.org/maven2
groupId: io.spinnaker.orca
artifactId: orca-bom
env:
GITHUB_OAUTH: ${{ secrets.SPINNAKER_GITHUB_TOKEN }}

0 comments on commit bac2d17

Please sign in to comment.