Skip to content

Commit

Permalink
[skip ci]fix travis auth
Browse files Browse the repository at this point in the history
  • Loading branch information
void285 committed Feb 24, 2021
1 parent 1e96c79 commit 33bcc94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if: tag IS present
dist: xenial
language: minimal
sudo: required
Expand All @@ -21,7 +22,7 @@ deploy:
skip_cleanup: true
overwrite: true
file_glob: true
file: output/*.sha
file: output/*.xz
on:
repo: qijianjun/build-beikeyun
tags: true
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif

ARMBIAN_PKG_%:
@( if [ ! -f "$(DL)/$($(@))" ]; then \
# $(WGET) $(ARMBIAN_URL_BASE)/$($(@)) ; \
$(WGET) $(ARMBIAN_URL_BASE)/$($(@)) ; \
$(WGET) $(ARMBIAN_URL_BASE)/$($(@)).sha ; \
fi )

Expand All @@ -44,8 +44,7 @@ ARMBIAN_TARGETS := ARMBIAN_PKG_UBUNTU ARMBIAN_PKG_UBUNTU_LEGACY ARMBIAN_PKG_DEBI

armbian: $(ARMBIAN_TARGETS)
( for pkg in $(foreach n,$^,$($(n))); do \
# sudo ./build-armbian.sh release $(DL)/$$pkg $(DTB_HEADLESS) ; \
echo $$pkg ; \
sudo ./build-armbian.sh release $(DL)/$$pkg $(DTB_HEADLESS) ; \
done )

armbian_clean: $(ARMBIAN_TARGETS:%=%_CLEAN)
Expand Down

0 comments on commit 33bcc94

Please sign in to comment.