Jelajahi Sumber

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.
Thales Macedo Garitezi 2 tahun lalu
induk
melakukan
d12c393abc
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      .github/workflows/build_and_push_docker_images.yaml

+ 0 - 1
.github/workflows/build_and_push_docker_images.yaml

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