move ci/ to test/
This commit is contained in:
parent
eaf98f92db
commit
0fd3be5343
4 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue