mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-04-27 19:07:05 +00:00
removed incorrect command stage
Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
This commit is contained in:
parent
216f3ab319
commit
5fff32b998
@ -5,7 +5,7 @@ ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.2
|
||||
ARG IMAGE_REPOSITORY=quay.io/kairos
|
||||
|
||||
ARG LUET_VERSION=0.34.0
|
||||
ARG GOLINT_VERSION=v1.52.2
|
||||
ARG GOLINT_VERSION=v1.55.2
|
||||
ARG GOLANG_VERSION=1.21
|
||||
|
||||
ARG RKE2_VERSION=latest
|
||||
|
1
main.go
1
main.go
@ -105,7 +105,6 @@ func clusterProvider(cluster clusterplugin.Cluster) yip.YipConfig {
|
||||
|
||||
importStage = yip.Stage{
|
||||
Commands: []string{
|
||||
"chmod +x /opt/import.sh",
|
||||
fmt.Sprintf("/bin/sh /opt/rke2/scripts/import.sh %s > /var/log/import.log", cluster.LocalImagesPath),
|
||||
},
|
||||
If: fmt.Sprintf("[ -d %s ]", cluster.LocalImagesPath),
|
||||
|
Loading…
Reference in New Issue
Block a user