move ci/ to test/

This commit is contained in:
Erik Arvstedt
2021-12-12 16:21:11 +01:00
parent eaf98f92db
commit 0fd3be5343
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ doBuild() {
name=$1
shift
if [[ $ciBuild ]]; then
"$scriptDir/../ci/build-to-cachix.sh" "$@"
"$scriptDir/ci/build-to-cachix.sh" "$@"
else
if [[ $outLinkPrefix ]]; then
outLink="--out-link $outLinkPrefix-$name"