diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2b940b2..8996f673 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,8 +172,11 @@ jobs: with: go-version: 1.19.13 + - name: Checkout + uses: actions/checkout@v4 + - name: Build images locally - run: make provisioner-localpv || exit 1; + run: make provisioner-localpv-image || exit 1; - name: Setup Minikube-Kubernetes uses: medyagh/setup-minikube@latest diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a19badbd..9bde2119 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -130,8 +130,11 @@ jobs: with: go-version: 1.19.13 + - name: Checkout + uses: actions/checkout@v4 + - name: Build images locally - run: make provisioner-localpv || exit 1; + run: make provisioner-localpv-image || exit 1; - name: Setup Minikube-Kubernetes uses: medyagh/setup-minikube@latest @@ -153,4 +156,3 @@ jobs: run: | make integration-test - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ded5667..b6c468ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,8 +105,11 @@ jobs: with: go-version: 1.19.13 + - name: Checkout + uses: actions/checkout@v4 + - name: Build images locally - run: make provisioner-localpv || exit 1; + run: make provisioner-localpv-image || exit 1; - name: Setup Minikube-Kubernetes uses: medyagh/setup-minikube@latest @@ -213,4 +216,3 @@ jobs: DBUILD_REPO_URL=https://github.com/openebs/dynamic-localpv-provisioner DBUILD_SITE_URL=https://openebs.io RELEASE_TAG=${{ env.RELEASE_TAG }} - diff --git a/scripts/update-chart-version.sh b/scripts/update-chart-version.sh index 90cfb017..f1111574 100755 --- a/scripts/update-chart-version.sh +++ b/scripts/update-chart-version.sh @@ -221,4 +221,4 @@ if [[ -z $NO_OP ]]; then else die "Failed to update the chart versions" fi -fi \ No newline at end of file +fi diff --git a/scripts/validate-chart-version.sh b/scripts/validate-chart-version.sh index c21fba8e..5d05e5f7 100755 --- a/scripts/validate-chart-version.sh +++ b/scripts/validate-chart-version.sh @@ -101,3 +101,4 @@ elif [[ "$BRANCH_NAME" =~ ^(release/[0-9]+\.[0-9]+)$ ]]; then else die "Unknown branch name: $BRANCH_NAME" fi + diff --git a/shell.nix b/shell.nix index c92c800c..3e5dffe4 100644 --- a/shell.nix +++ b/shell.nix @@ -10,3 +10,4 @@ pkgs.mkShell { chart-testing ]; } +