Skip to content

Commit

Permalink
Issue #141189 chore: Changed lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
ghatolamol committed Apr 3, 2019
1 parent 07ebbf6 commit 6f75454
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pipelines/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ pipeline {
sh("cp -r com_tjqueue/src/* builds/")
sh("rsync -a dbal/ builds/com_tjqueue/admin/libraries/lib/")
sh("rsync -a sqs/ builds/com_tjqueue/admin/libraries/lib/")
sh("mv builds/com_tjqueue/admin/libraries/lib/composer_files/* builds/com_tjqueue/admin/libraries/lib/")
sh("rm -rf builds/com_tjqueue/admin/libraries/lib/composer_files")
}
}
}
Expand Down

0 comments on commit 6f75454

Please sign in to comment.