File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ tar -czf - --exclude-vcs . | \
30
30
-i " $ssh_key_path " \
31
31
-p " $ACTION_PORT " \
32
32
" $ACTION_USER " @" $ACTION_HOSTNAME " \
33
- " rm -rf $full_transfer_path && mkdir -p $full_transfer_path && cd $full_transfer_path && tar -xzf - && mv ./post-transfer.bash $ACTION_POST_TRANSFER_SCRIPT && echo $ACTION_POST_TRANSFER_SCRIPT_PREFIX $ACTION_POST_TRANSFER_SCRIPT && $ACTION_POST_TRANSFER_SCRIPT_PREFIX cat $ACTION_POST_TRANSFER_SCRIPT "
33
+ " rm -rf $full_transfer_path && mkdir -p $full_transfer_path && cd $full_transfer_path && tar -xzf - && mv ./post-transfer.bash $ACTION_POST_TRANSFER_SCRIPT && echo $ACTION_POST_TRANSFER_SCRIPT_PREFIX $ACTION_POST_TRANSFER_SCRIPT && cat $ACTION_POST_TRANSFER_SCRIPT "
34
34
echo " Transfer complete"
35
35
36
36
# action_dir="$(dirname -- "${BASH_SOURCE[0]}")"
You can’t perform that action at this time.
0 commit comments