Skip to content

Commit f2a32fc

Browse files
committed
CI Deploy: cp instead of ln to workspace #2
1 parent 7c525aa commit f2a32fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opt/pack.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ pack_ramp
121121
[[ $DEPS == 1 ]] && pack_deps
122122

123123
if [[ ! -z $INTO ]]; then
124+
mkdir -p $INTO
124125
cd $INTO
125-
mkdir -p release branch
126+
mkdir release branch
126127

127128
for f in $RELEASE_ARTIFACTS; do
128129
[[ -f $BINDIR/$f ]] && cp $BINDIR/$f release/

0 commit comments

Comments
 (0)