mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
Move dindctl to the base of the repository
This makes it easier to use, as it's meant to be used constantly when developing. No need to change PATH or type `./tools/dev/dindctl`, just run `./dindctl` now. Change-Type: patch Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
29de3ceeb2
commit
8dfc559126
@ -3,4 +3,5 @@
|
|||||||
node_modules
|
node_modules
|
||||||
.editorconfig
|
.editorconfig
|
||||||
tools
|
tools
|
||||||
|
dindctl
|
||||||
README.md
|
README.md
|
||||||
|
@ -37,7 +37,7 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
SUPERVISOR_BASE_DIR="${DIR}/../.."
|
SUPERVISOR_BASE_DIR="${DIR}"
|
||||||
|
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
SUPERVISOR_IMAGE="resin/${ARCH}-supervisor:master"
|
SUPERVISOR_IMAGE="resin/${ARCH}-supervisor:master"
|
Loading…
Reference in New Issue
Block a user