move ci/ to test/

This commit is contained in:
Erik Arvstedt 2021-12-08 04:07:33 +01:00
parent eaf98f92db
commit 0fd3be5343
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 3 additions and 3 deletions

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"