Skip to content

Commit

Permalink
rescript updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jan 4, 2022
1 parent 6dc9eda commit a41b330
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ function check_essential_files() {

function rescript() {
check_essential_files
rsync -az --progress $SCRIPTSDIR $WORKDIR/
echo "rescript-ing...."
echo "SCRIPTSDIR: $SCRIPTSDIR"
echo "WORKDIR: $WORKDIR"
rsync -az --progress ${PIPELINE_HOME}/$SCRIPTSDIR $WORKDIR/
echo "$WORKDIR scripts folder has been updated!"
}

Expand Down

0 comments on commit a41b330

Please sign in to comment.