Skip to content
Snippets Groups Projects
Commit f3955962 authored by Johannes Mey's avatar Johannes Mey
Browse files

remove debug output

parent 65319802
Branches
No related tags found
No related merge requests found
Pipeline #6589 passed
...@@ -7,7 +7,6 @@ build-kernel: ...@@ -7,7 +7,6 @@ build-kernel:
artifacts: artifacts:
paths: paths:
- "*.deb" - "*.deb"
- "*/*.deb"
script: script:
- apt-get update - apt-get update
- apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev - apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev
......
...@@ -51,9 +51,3 @@ cp ../config .config ...@@ -51,9 +51,3 @@ cp ../config .config
# update config with defaults if new options have been added # update config with defaults if new options have been added
make olddefconfig make olddefconfig
make deb-pkg make deb-pkg
# show current directory (for debug)
ls .
# show parent directory (for debug)
ls ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment