Skip to content

Commit

Permalink
cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 9, 2023
1 parent 4255209 commit 9f36877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:
event="${{ github.event_name }}"
head_ref="${{ github.head_ref }}"
ref_name="${{ github.ref_name }}"
if [ "$event" = 'pull_request' ]
then
branch="$head_ref"
else
branch="$ref_name"
fi
echo "branch=${branch}" >> "$GITHUB_OUTPUT"
- name: Provision
Expand Down
7 changes: 1 addition & 6 deletions packages/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ import (

mapset "github.com/deckarep/golang-set/v2"

marecmd "github.com/femnad/mare/cmd"

"github.com/femnad/fup/base/settings"
"github.com/femnad/fup/common"
"github.com/femnad/fup/entity"
"github.com/femnad/fup/internal"
)

const (
rootUid = 0
marecmd "github.com/femnad/mare/cmd"
)

type PkgManager interface {
Expand Down
1 change: 1 addition & 0 deletions tests/config/test-remote.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
settings:
extract_dir: ~/ext
template_dir: tmpl
versions:
chezmoi: 2.42.2

Expand Down

0 comments on commit 9f36877

Please sign in to comment.