Skip to content
Snippets Groups Projects
Commit 24947de3 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed working directory path

parent a4c1644d
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ set -ex ...@@ -35,7 +35,7 @@ set -ex
cd $(dirname $0)/../.. cd $(dirname $0)/../..
artifacts=$cwd/artifacts artifacts=$(pwd)/artifacts
mkdir -p $artifacts mkdir -p $artifacts
cp -r $EXTERNAL_GIT_ROOT/architecture={x86,x64},language=node,platform={windows,linux,macos}/artifacts/* $artifacts/ || true cp -r $EXTERNAL_GIT_ROOT/architecture={x86,x64},language=node,platform={windows,linux,macos}/artifacts/* $artifacts/ || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment