mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-27 22:16:49 +00:00
9 lines
78 B
Bash
Executable File
9 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
dapper ./scripts/ci
|
|
|
|
ls -lh dist/kernel
|