Skip to content

Commit b0127a7

Browse files
committed
fix: moving hack dir
1 parent a3fc503 commit b0127a7

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/golang-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: 1.24
2222
- name: start soft-serve
23-
run: ./hack/soft-serve/start.sh
23+
run: .github/hack/soft-serve/start.sh
2424
- name: run golang tests
2525
env:
2626
SOPS_AGE_KEY_FILE: ${{ github.workspace }}/test_assets/keys.txt

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ homebrew-gitops/
66
.gitops-state.yaml
77
sandbox/
88

9-
hack/soft-serve/data/
10-
hack/soft-serve/gitops-test/
11-
hack/soft-serve/ssh-key
12-
hack/soft-serve/ssh-key.pub
9+
.github/hack/soft-serve/data/
10+
.github/hack/soft-serve/gitops-test/
11+
.github/hack/soft-serve/ssh-key
12+
.github/hack/soft-serve/ssh-key.pub
1313

1414
.vscode/launch.json
1515

0 commit comments

Comments
 (0)