Skip to content
Snippets Groups Projects
Commit 80e8ec82 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

chore: Remove dependency on commons.sh from deploy_container script

Change-Id: I82d0e0e0075eb8345dd97e14cfa91cf498e3753c
parent 6fd41bfe
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ shopt -s inherit_errexit
# Think twice before adding any output!
ROOT_DIR="$(dirname "$(dirname "$(readlink -m "${BASH_SOURCE[0]}")")")"
source "${ROOT_DIR}/lib/yashchiki/commons.sh"
source "${ROOT_DIR}/lib/yashchiki/get_change_name.sh"
INSTALL_DIR="/containers/${CONTAINER_BUILD_TYPE}"
FALLBACK_DIR="${HOME}/container_mount_full"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment