Skip to content

Commit

Permalink
deps: bump netlify-cli dependency to 17.0.1
Browse files Browse the repository at this point in the history
Per:

    https://answers.netlify.com/t/under-the-hood-changes-to-go-function-uploads-please-update-your-netlify-cli-version/104726

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: I6e242c5590b6ee8ab71b3be73b89a9c60f1a28b7
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1171600
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
  • Loading branch information
myitcv committed Nov 2, 2023
1 parent 4b2c488 commit 3281dd1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trybot.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/update_tip.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions internal/ci/github/trybot.cue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ workflows: trybot: _repo.bashWorkflow & {
_dist,
_repo.checkGitClean,

_installNetlifyCLI & {
if: "github.repository == '\(_repo.trybotRepositoryPath)' && \(_repo.containsTrybotTrailer)"
},

// Only run a deploy of tip if we are running as part of the trybot repo,
// with a TryBot-Trailer, i.e. as part of CI check of the trybot workflow
_netlifyDeploy & {
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hugoVersion: "0.115.4"

// netlifyCLIVersion is the version of the Netlify CLI used to deploy tip and
// deploy previews of CLs
netlifyCLIVersion: "12.4.0"
netlifyCLIVersion: "17.0.1"

netlifySites: {
cls: "cue-cls"
Expand Down

0 comments on commit 3281dd1

Please sign in to comment.