Skip to content
Snippets Groups Projects
Commit 3bc5ae98 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : $dep path

parent 253f2e3b
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #49535 waiting for manual action
...@@ -12,7 +12,7 @@ if ( $($AIDGE_DEPENDENCIES.Length) -eq 0) { ...@@ -12,7 +12,7 @@ if ( $($AIDGE_DEPENDENCIES.Length) -eq 0) {
foreach ($dep in $($AIDGE_DEPENDENCIES -split " ")) { foreach ($dep in $($AIDGE_DEPENDENCIES -split " ")) {
Write-Host "Retrieving : $dep" Write-Host "Retrieving : $dep"
$curr_loc=$(Get-Location) $curr_loc=$(Get-Location)
Set-Location ../$dep Set-Location $dep
Get-Location Get-Location
Get-ChildItem . Get-ChildItem .
New-Item -Path ".\build" -ItemType Directory -Force | Out-Null New-Item -Path ".\build" -ItemType Directory -Force | Out-Null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment