Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for specified (0.18 sec)

  1. .github/hub_scripts/pr_ci.sh

    # distributed under the License is distributed on an "AS IS" BASIS,
    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    #
    
    #
    # Simple shell script for launching CI jobs using the @bot-gradle GitHub comment listener.
    Shell Script
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Jan 22 15:25:21 GMT 2021
    - 1K bytes
    - Viewed (0)
  2. .teamcity/mvnw

    # first directory with .mvn subdirectory is considered project base directory
    find_maven_basedir() {
    
      if [ -z "$1" ]
      then
        echo "Path not specified to find_maven_basedir"
        return 1
      fi
    
      basedir="$1"
      wdir="$1"
      while [ "$wdir" != '/' ] ; do
        if [ -d "$wdir"/.mvn ] ; then
          basedir=$wdir
          break
        fi
    Shell Script
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Wed Feb 26 01:48:39 GMT 2020
    - 9.8K bytes
    - Viewed (0)
Back to top