Skip to content

Commit

Permalink
ensure upper folder exists before creation of the link
Browse files Browse the repository at this point in the history
  • Loading branch information
Voronenko committed Jun 24, 2021
1 parent 609bee9 commit d5fcb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ variables: &globalvariables
Import-Module C:\tools\miniconda3\shell\condabin\conda-hook.ps1
conda activate ddpy3
$current_dir=Get-Location
mkdir -p c:\\gopath\\src\\github.com\\StackVista
cmd /c if exist %GOPATH%\src\github.com\StackVista\stackstate-agent rd /s/q %GOPATH%\src\github.com\StackVista\stackstate-agent
New-Item -ItemType SymbolicLink -Path "c:\\gopath\\src\\github.com\\StackVista\\stackstate-agent" -Target $current_dir

Expand Down

0 comments on commit d5fcb1e

Please sign in to comment.