Skip to content

Commit

Permalink
pipeline files
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-563 committed Aug 28, 2023
1 parent 60c2b2c commit dca4acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
plan:
- get: Divya-Buildroot
- task: prepare-build
file: buildroot/ci/prepare-build.yml
file: Divya-Buildroot/buildroot/ci/prepare-build.yml
- task: build
file: buildroot/ci/build.yml
file: Divya-Buildroot/buildroot/ci/build.yml
- put: buildroot-docker-image
params:
image: image/image.tar
Expand Down
2 changes: 1 addition & 1 deletion ci/prepare-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ outputs:
- name: prebuild-output

run:
path: ./ci/prepare_build.sh
path: Divya-Buildroot/buildroot/ci/prepare_build.sh
dir: .

0 comments on commit dca4acb

Please sign in to comment.