Skip to content

Commit 3a35c91

Browse files
authored
refactor: move buildx.sh into hack/ (#95)
1 parent 2e1f9ff commit 3a35c91

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

go/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
- image: skaffold-debug-go
1717
context: helper-image
1818
custom:
19-
buildCommand: ../../buildx.sh
19+
buildCommand: ../../hack/buildx.sh
2020

2121
test:
2222
- image: skaffold-debug-go
File renamed without changes.

netcore/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
- image: skaffold-debug-netcore
1717
context: helper-image
1818
custom:
19-
buildCommand: ../../buildx.sh
19+
buildCommand: ../../hack/buildx.sh
2020

2121
test:
2222
- image: skaffold-debug-netcore

nodejs/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
- image: skaffold-debug-nodejs
1717
context: helper-image
1818
custom:
19-
buildCommand: ../../buildx.sh
19+
buildCommand: ../../hack/buildx.sh
2020

2121
test:
2222
- image: skaffold-debug-nodejs

python/skaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
- image: skaffold-debug-python
1717
context: helper-image
1818
custom:
19-
buildCommand: ../../buildx.sh
19+
buildCommand: ../../hack/buildx.sh
2020

2121
test:
2222
- image: skaffold-debug-python

0 commit comments

Comments
 (0)