52.docker-extra-copy.sh 434 B

1234567891011121314151617181920212223
  1. set -e
  2. #---------------------------------------------------------------------
  3. # args
  4. args_="
  5. export basePath=/root/temp/svn
  6. export NUGET_PATH=$basePath/Publish/release/.nuget
  7. # "
  8. #---------------------------------------------------------------------
  9. #52.docker-extra-copy.sh
  10. bashFile="$PWD/../../environment/build-bash__52.docker-extra-copy.sh"
  11. if [ -f "$bashFile" ]; then
  12. echo '#52.docker-extra-copy.sh'
  13. sh "$bashFile"
  14. fi