File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4747 REGISTRY=$(grep "REGISTRY_URL := " $MAKEFILE | cut -d\ -f3)
4848 echo dev-tools=${REGISTRY}/${IMAGE}:${VERSION} >> "$GITHUB_OUTPUT"
4949 fi
50- - run : docker run --rm -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
51- - run : docker run --rm -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
50+ - run : docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
51+ env :
52+ ENABLE_BPMETADATA : 1
53+
54+ - run : docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
55+ env :
56+ ENABLE_BPMETADATA : 1
57+
5258 commitlint :
5359 runs-on : ubuntu-latest
5460 steps :
You can’t perform that action at this time.
0 commit comments