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 653ac68 commit 85be4f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ RUN apt-get update
RUN 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
COPY build.sh /usr/local/bin
RUN ls
RUN ls /usr/local/bin
RUN cat /usr/local/bin/build.sh
ENTRYPOINT ["./build.sh"]
#RUN make raspberrypi3_wpe_ml_defconfig
#RUN ls /usr/local/bin
#RUN cat /usr/local/bin/build.sh
#ENTRYPOINT ["./build.sh"]i
WORKDIR buildroot
RUN make raspberrypi3_wpe_ml_defconfig
#RUN make
8 changes: 4 additions & 4 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources:
password: ((github-enterprise.access-token))

- name: buildroot-docker-image
type: registry-image-resource
type: docker-image
check_every: 72h
source:
repository: atlas.comcast.net/tpx-metrological-embedded
Expand All @@ -26,7 +26,7 @@ jobs:
config:
platform: linux
image_resource:
type: registry-image
type: docker-image
source:
repository: vito/oci-build-task
inputs:
Expand All @@ -38,8 +38,8 @@ jobs:
dockerfile: ./buildroot/Dockerfile
run: # binary used to build the image
path: build
path: /bin/sh
args: ["./buildroot/build.sh"]
# path: /bin/sh
# args: ["./buildroot/build.sh"]
- put: buildroot-docker-image
params: {image: image/image.tar}

0 comments on commit 85be4f7

Please sign in to comment.