Skip to content

Commit

Permalink
Fix broken nodeploy setup
Browse files Browse the repository at this point in the history
Fixes #11149
  • Loading branch information
bep committed Jun 23, 2023
1 parent 92f55f1 commit 5b4bfc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ jobs:
mage -v test;
env:
HUGO_BUILD_TAGS: extended
- name: Build tags
run: |
go install -tags extended,nodeploy
3 changes: 2 additions & 1 deletion commands/deploy_off.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
package commands

import (
"errors"
"context"

"github.com/bep/simplecobra"
"github.com/spf13/cobra"
)

Expand Down
3 changes: 0 additions & 3 deletions deploy/deployConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !nodeploy
// +build !nodeploy

package deploy

import (
Expand Down

0 comments on commit 5b4bfc2

Please sign in to comment.