From 6dc67e6e16490f216b1f54c6a12bbd143913e57f Mon Sep 17 00:00:00 2001 From: Theofanis Petkos Date: Mon, 29 Apr 2024 22:24:21 +0100 Subject: [PATCH] Use odo nightly builds instead of 3.15.0 (#372) * Update odo workflow Signed-off-by: thepetk * TEMP update go devfile Signed-off-by: thepetk * Remove step Signed-off-by: thepetk * Fix workflow Signed-off-by: thepetk * Fix workflow Signed-off-by: thepetk * Revert "TEMP update go devfile" This reverts commit 2ad673e34a9eb6b752bf922eca5b4a231eaaefde. Signed-off-by: thepetk * Revert "Revert "TEMP update go devfile"" This reverts commit af1ce51176c98be9703a0cc60eb7a21cf0b170de. Signed-off-by: thepetk * Revert removal of odo version Signed-off-by: thepetk * Revert "Revert "Revert "TEMP update go devfile""" This reverts commit cc5099c413ba3f4cc4947b7334248950f99b7174. Signed-off-by: thepetk --------- Signed-off-by: thepetk --- .github/workflows/validate-stacks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate-stacks.yaml b/.github/workflows/validate-stacks.yaml index 10bdcd28..3b55ba43 100644 --- a/.github/workflows/validate-stacks.yaml +++ b/.github/workflows/validate-stacks.yaml @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: fetch-depth: 0 - + - name: Free Disk Space uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be #v1.3.1 with: @@ -163,10 +163,10 @@ jobs: with: go-version: "1.19" - - name: Install odo v3 - uses: redhat-actions/openshift-tools-installer@2de9a80cf012ad0601021515481d433b91ef8fd5 # v1 - with: - odo: "3.15.0" + - name: Install odo latest version + run: | + curl -L https://s3.eu-de.cloud-object-storage.appdomain.cloud/odo-nightly-builds/odo-linux-amd64 -o odo + sudo install -m 0755 odo /usr/local/bin/odo - name: Install Ginkgo run: go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.13.0