Skip to content

Commit

Permalink
chore(ci): Build Camel K v2.0.0 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Aug 25, 2023
1 parent e464c6b commit 0ce65f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
test:
runs-on: ubuntu-latest
env:
CAMEL_K_VERSION: latest
CAMEL_K_VERSION: 2.0.0
YAKS_VERSION: 0.15.1
YAKS_IMAGE_NAME: "docker.io/citrusframework/yaks"
YAKS_RUN_OPTIONS: "--timeout=15m"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Camel K Tools
uses: container-tools/[email protected]
with:
version: ${{ env.CAMEL_K_VERSION }}
version: v${{ env.CAMEL_K_VERSION }}
- name: Install Camel K
run: |
# Configure install options
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
strategy:
matrix:
version:
- latest
- 2.0.0
runs-on: ubuntu-latest
env:
YAKS_VERSION: 0.15.1
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Camel K Tools
uses: container-tools/[email protected]
with:
version: ${{ matrix.version }}
version: v${{ matrix.version }}
- name: Install Camel K
run: |
# Configure install options
Expand Down

0 comments on commit 0ce65f7

Please sign in to comment.