@@ -1,5 +1,7 @@
-#!/bin/bash
+#!/usr/bin/env bash
+
set -eux pipefail
# Helper script for creating data export files
container() {
@@ -1,4 +1,4 @@
# -*- tab-width:4;indent-tabs-mode:nil -*-
# ex: ts=4 sw=4 et
# This script helps to build release artifacts.
# arg1: profile, e.g. emqx | emqx-edge | emqx-pkg | emqx-edge-pkg
## EMQ docker image start script
# Huang Rui <vowstar@gmail.com>
# EMQ X Team <support@emqx.io>
set -euo pipefail
latest_release=$(git describe --abbrev=0 --tags)
## This script prints Linux distro name and its version number
## e.g. macos, centos8, ubuntu20.04
# shellcheck disable=2090
###############
## args and env validation