ci(docker): don't fetch deps outside docker build context

The dependencies outside EMQX are symlinked with full paths from the
GH action environment.  When we run `buildx`, the paths are all wrong,
and the documentation generation fails when it tries to prepare the
library paths.
This commit is contained in:
Thales Macedo Garitezi 2023-05-29 16:46:26 -03:00
parent 1f5714b3f0
commit d12c393abc
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ jobs:
env:
PROFILE: ${{ steps.get_profile.outputs.PROFILE }}
run: |
PROFILE=$PROFILE make -C source deps-$PROFILE
zip -ryq source.zip source/* source/.[^.]*
- uses: actions/upload-artifact@v3
with: