Skip to content

Commit

Permalink
pipeline yml modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-563 committed Sep 20, 2023
1 parent b163106 commit 653ac68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

apt-get update
apt-get install -y build-essential git subversion cvs unzip whois ncurses-dev bc mercurial pmount gcc-multilib g++-multilib libgmp3-dev libmpc-dev liblz4-tool

make raspberrypi3_wpe_defconfig && make
~
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
CONTEXT: buildroot
dockerfile: ./buildroot/Dockerfile
run: # binary used to build the image
path: build
# path: /bin/sh
# args: ["./build.sh"]
path: build
path: /bin/sh
args: ["./buildroot/build.sh"]
- put: buildroot-docker-image
params: {image: image/image.tar}

0 comments on commit 653ac68

Please sign in to comment.