Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 31, 2021
1 parent 18669fe commit fc30788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci/build_packages/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG BUILD_FROM=emqx/build-env:erl23.2.7.2-emqx-2-ubuntu20.04
FROM ${BUILD_FROM}

ARG EMQX_NAME=emqx
ARG EMQX_NAME=dgiot

COPY . /emqx
COPY . /dgiot

WORKDIR /emqx
WORKDIR /dgiot

RUN make ${EMQX_NAME}-zip || cat rebar3.crashdump

Expand Down
4 changes: 2 additions & 2 deletions .ci/build_packages/tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -x -e -u
export CODE_PATH=${CODE_PATH:-"/emqx"}
export EMQX_NAME=${EMQX_NAME:-"emqx"}
export CODE_PATH=${CODE_PATH:-"/dgiot"}
export EMQX_NAME=${EMQX_NAME:-"dgiot"}
export PACKAGE_PATH="${CODE_PATH}/_packages/${EMQX_NAME}"
export RELUP_PACKAGE_PATH="${CODE_PATH}/relup_packages/${EMQX_NAME}"
# export EMQX_NODE_NAME="emqx-on-$(uname -m)@127.0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion .ci/fvt_tests/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TARGET=emqx/emqx
TARGET=dgiot/dgiot

0 comments on commit fc30788

Please sign in to comment.