Skip to content

Commit

Permalink
removed kernel-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kumari-anupam committed Mar 29, 2024
1 parent 7847832 commit 85731b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
- name: Install Tarian
run: |
set -x
bash ./dev/kernel-version-script.sh
./bin/tarianctl install --charts ./charts -l debug --agents-values ./dev/values/agents.yaml --server-values ./dev/values/server.yaml
continue-on-error: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ data:
get-kernel-version.sh: |
#!/bin/bash
# Get the Linux kernel version string
KERNEL_VERSION=$(uname -r)
# Extract major and minor version
LINUX_VERSION_MAJOR=$(echo "$KERNEL_VERSION" | cut -d'.' -f1)
LINUX_VERSION_MINOR=$(echo "$KERNEL_VERSION" | cut -d'.' -f2)
LINUX_VERSION_PATCH=$(echo "$KERNEL_VERSION" | cut -d'.' -f3)
# Export major and minor version as environment variables
export LINUX_VERSION_MAJOR
export LINUX_VERSION_MINOR
export LINUX_VERSION_PATCH
16 changes: 0 additions & 16 deletions dev/kernel-version-script.sh

This file was deleted.

0 comments on commit 85731b0

Please sign in to comment.