Skip to content

Commit

Permalink
Merge pull request #58 from kairos-io/script-fix
Browse files Browse the repository at this point in the history
removed incorrect command stage
  • Loading branch information
santhoshdaivajna authored Feb 15, 2024
2 parents 216f3ab + 5fff32b commit 99763c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 99763c9

Please sign in to comment.