Skip to content

Commit

Permalink
Populate version check url. Closes #250
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre authored Mar 7, 2024
1 parent aaf3446 commit 4f57dce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/11-test-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
workflow_dispatch:
pull_request:

env:
POWERPIPE_UPDATE_CHECK: false

jobs:
goreleaser:
name: Build
Expand Down
3 changes: 3 additions & 0 deletions internal/cmdconfig/app_specific.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ func SetAppSpecificConstants() {
cmdconfig.CustomPreRunHook = preRunHook
cmdconfig.CustomPostRunHook = postRunHook

// Version check
app_specific.VersionCheckHost = "hub.powerpipe.io"
app_specific.VersionCheckPath = "api/cli/version/latest"
}

0 comments on commit 4f57dce

Please # to comment.