Skip to content

Commit

Permalink
Modify CI Log Format (PaddlePaddle#31)
Browse files Browse the repository at this point in the history
This PR deleted extra test logs of CI
  • Loading branch information
zhhsplendid authored Aug 18, 2021
1 parent 9afbf9a commit f342949
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions paddle/fluid/compiler/scripts/piano_ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -ex
set -e +x

if [ -z ${BRANCH} ]; then
BRANCH="paddle_compiler"
fi

function init() {
RED='\033[0;31m'
BLUE='\033[0;34m'
BOLD='\033[1m'
NONE='\033[0m'

PADDLE_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}")/../../../../" && pwd )"
export PADDLE_ROOT
if [ -z "${SCRIPT_NAME}" ]; then
Expand Down

0 comments on commit f342949

Please sign in to comment.