Browse Source

Merge pull request #3502 from apache/revert-3497-1.3.2-release-docker-fix

Revert "fix ci_e2e fail"
pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
a01a9810bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci_e2e.yml

4
.github/workflows/ci_e2e.yml

@ -66,9 +66,9 @@ jobs:
run: cd ./e2e && mvn -B clean test
- name: Collect logs
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v1
with:
name: dslogs
path: ${{ github.workspace }}/docker/docker-swarm/dolphinscheduler-logs
path: /var/lib/docker/volumes/docker-swarm_dolphinscheduler-logs/_data

Loading…
Cancel
Save