travis-ci / beta-features

The perfect place to leave feedback and comments on newly released Beta Features.
56 stars 68 forks source link

Stage ignore script command #20

Closed gw4e closed 7 years ago

gw4e commented 7 years ago

Hi, I have the following stage: language: java

jdk:

jobs: include:

The runmvnprofile.sh is as follows

!/bin/bash

if [ "$1" != "" ]; then mvn clean install -P$1 else echo "Profile parameter is missing" fi

Unfortunately the stages are not taken into account. The shell script is not called instead mvn command are executed mvn test -B I dont know where these commands came from.

Any idea of how can I launch shell in parallel ?

Thanks.

joshk commented 7 years ago

Hi there

Can you please open issues, relating to bugs or problems you are running into, at https://github.com/travis-ci/travis-ci/issues

Thanks a bundle

Josh