chore(autotest): improve git_action script with emqx-fvt tag

This commit is contained in:
xiangfangyang-tech 2021-11-03 16:00:02 +08:00
parent 8fb9d27aa1
commit 9faab7cc9b
1 changed files with 5 additions and 4 deletions

View File

@ -24,6 +24,7 @@ jobs:
git config --global credential.helper store
echo "${{ secrets.CI_GIT_TOKEN }}" >> scripts/git-token
make deps-emqx-ee
make clean
fi
make docker
echo "::set-output name=version::$(./pkg-vsn.sh)"
@ -95,7 +96,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: emqx/emqx-fvt
ref: integration_test_suites
ref: v1.4.0
path: scripts
- uses: actions/setup-java@v1
with:
@ -188,7 +189,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: emqx/emqx-fvt
ref: integration_test_suites
ref: v1.4.0
path: scripts
- uses: actions/setup-java@v1
with:
@ -292,7 +293,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: emqx/emqx-fvt
ref: integration_test_suites
ref: v1.4.0
path: scripts
- uses: actions/setup-java@v1
with:
@ -390,7 +391,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: emqx/emqx-fvt
ref: integration_test_suites
ref: v1.4.0
path: scripts
- uses: actions/setup-java@v1
with: