We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fc503 commit b0127a7Copy full SHA for b0127a7
6 files changed
hack/soft-serve/docker-compose.yml …ithub/hack/soft-serve/docker-compose.ymlhack/soft-serve/docker-compose.yml renamed to .github/hack/soft-serve/docker-compose.yml
hack/soft-serve/fixtures/values.yaml …hub/hack/soft-serve/fixtures/values.yamlhack/soft-serve/fixtures/values.yaml renamed to .github/hack/soft-serve/fixtures/values.yaml
hack/soft-serve/start.sh .github/hack/soft-serve/start.shhack/soft-serve/start.sh renamed to .github/hack/soft-serve/start.sh
hack/soft-serve/stop.sh .github/hack/soft-serve/stop.shhack/soft-serve/stop.sh renamed to .github/hack/soft-serve/stop.sh
.github/workflows/golang-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
go-version: 1.24
22
- name: start soft-serve
23
- run: ./hack/soft-serve/start.sh
+ run: .github/hack/soft-serve/start.sh
24
- name: run golang tests
25
env:
26
SOPS_AGE_KEY_FILE: ${{ github.workspace }}/test_assets/keys.txt
.gitignore
@@ -6,10 +6,10 @@ homebrew-gitops/
6
.gitops-state.yaml
7
sandbox/
8
9
-hack/soft-serve/data/
10
-hack/soft-serve/gitops-test/
11
-hack/soft-serve/ssh-key
12
-hack/soft-serve/ssh-key.pub
+.github/hack/soft-serve/data/
+.github/hack/soft-serve/gitops-test/
+.github/hack/soft-serve/ssh-key
+.github/hack/soft-serve/ssh-key.pub
13
14
.vscode/launch.json
15
0 commit comments