Skip to content

Commit

Permalink
j1
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Jul 27, 2019
1 parent 6ef3b49 commit a13c541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -33,7 +33,7 @@ steps:
- sed -i "s/COMMIT_SHA_VERSION/${DRONE_COMMIT_SHA:0:8}/g" ./package/ts/default-settings/Makefile
- ./scripts/feeds update -a && ./scripts/feeds install -a
- cp k3.config .config && make defconfig
- make -j$(nproc) V=1 | tee ${DRONE_REPO_OWNER}_${DRONE_REPO_NAME}_build/build.txt
- make -j1 V=1 | tee ${DRONE_REPO_OWNER}_${DRONE_REPO_NAME}_build/build.txt
- cp bin/targets/bcm53xx/generic/sha256sums bin/targets/bcm53xx/generic/sha256sums.txt 2>&1
- cp .config bin/config.txt
- mv ${DRONE_REPO_OWNER}_${DRONE_REPO_NAME}_build/build.txt bin/build.txt
Expand Down

0 comments on commit a13c541

Please sign in to comment.