Skip to content

Commit

Permalink
Use odo nightly builds instead of 3.15.0 (#372)
Browse files Browse the repository at this point in the history
* Update odo workflow

Signed-off-by: thepetk <[email protected]>

* TEMP update go devfile

Signed-off-by: thepetk <[email protected]>

* Remove step

Signed-off-by: thepetk <[email protected]>

* Fix workflow

Signed-off-by: thepetk <[email protected]>

* Fix workflow

Signed-off-by: thepetk <[email protected]>

* Revert "TEMP update go devfile"

This reverts commit 2ad673e.

Signed-off-by: thepetk <[email protected]>

* Revert "Revert "TEMP update go devfile""

This reverts commit af1ce51.

Signed-off-by: thepetk <[email protected]>

* Revert removal of odo version

Signed-off-by: thepetk <[email protected]>

* Revert "Revert "Revert "TEMP update go devfile"""

This reverts commit cc5099c.

Signed-off-by: thepetk <[email protected]>

---------

Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk authored Apr 29, 2024
1 parent b22ca8d commit 6dc67e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate-stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 6dc67e6

Please sign in to comment.