Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
  • Loading branch information
duckhawk committed Jun 20, 2024
1 parent 021f394 commit 95c23d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/csi-huawei/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---
image: {{ $.ImageName }}-golang-artifact
from: {{ $.BASE_GOLANG_22_ALPINE }}
fromCacheVersion: "2024-06-19.2"
fromCacheVersion: "2024-06-20.0"

git:
- add: /images/csi-huawei/main.go
Expand All @@ -28,7 +28,7 @@ shell:
- git clone --depth 1 --branch {{ env "SOURCE_REPO_TAG" }} {{ env "SOURCE_REPO" }}/Huawei/eSDK_K8S_Plugin.git /esdb_k8s_plugin
- mv /main.go /esdb_k8s_plugin/csi
- mv /host_helper.go /esdb_k8s_plugin/connector/host
- mv /utils.go /utils
- mv /utils.go /esdb_k8s_plugin/utils
- cd /esdb_k8s_plugin
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o /huaweicsi ./csi
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w" -o /storage-backend-controller ./cmd/storage-backend-controller
Expand All @@ -44,7 +44,7 @@ shell:
---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.BASE_ALT_DEV }}
fromCacheVersion: "2024-06-19.3"
fromCacheVersion: "2024-06-20.0"

shell:
setup:
Expand Down

0 comments on commit 95c23d6

Please sign in to comment.