fix(CI): fix fvt test error

This commit is contained in:
zhanghongtong 2021-03-19 15:14:43 +08:00 committed by tigercl
parent 3f2204fb5c
commit 6d6fe23d45
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: build packages - name: build packages
run: | run: |
if make -C source emqx-ee --dry-run > /dev/null 2>&1; then if make emqx-ee --dry-run > /dev/null 2>&1; then
echo "https://ci%40emqx.io:${{ secrets.CI_GIT_TOKEN }}@github.com" > $HOME/.git-credentials echo "https://ci%40emqx.io:${{ secrets.CI_GIT_TOKEN }}@github.com" > $HOME/.git-credentials
git config --global credential.helper store git config --global credential.helper store
echo "${{ secrets.CI_GIT_TOKEN }}" >> source/scripts/git-token echo "${{ secrets.CI_GIT_TOKEN }}" >> source/scripts/git-token