1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

where is workdir on cicd

This commit is contained in:
deadc0de6
2021-10-29 18:37:39 +02:00
parent fe43612aef
commit 2867b13aec

View File

@@ -85,6 +85,7 @@ cd ${ddpath} | ${bin} install -c ${cfg} -f -p p1 --verbose | grep '^1 dotfile(s)
[ ! -e ${tmpd}/x ] && echo "f_x not installed" && exit 1 [ ! -e ${tmpd}/x ] && echo "f_x not installed" && exit 1
[ ! -h ${tmpd}/x ] && echo "f_x not symlink" && exit 1 [ ! -h ${tmpd}/x ] && echo "f_x not symlink" && exit 1
ls -l ${tmpd}/x
[ ! -e ${tmpw}/${tmpd}/x ] && echo "f_x not in workdir (${tmpw}/${tmpd})" && exit 1 [ ! -e ${tmpw}/${tmpd}/x ] && echo "f_x not in workdir (${tmpw}/${tmpd})" && exit 1
# add file # add file