From 7477e53428fc8e2389254de8680fbd2aa72271a0 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 5 Mar 2020 22:25:11 +0530 Subject: [PATCH] fix: travis yml indent error --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60881c42..f6fda31b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,10 +26,10 @@ matrix: - docker build -t frappe/bench:latest -f build/bench/Dockerfile . - docker push frappe/bench:latest - name: "Build Frappe python environment (edge)" - if: branch = develop AND type != pull_request - script: - - ./travis.py frappe --nginx --tag edge - - ./travis.py frappe --nginx --tag develop--tag-only + if: branch = develop AND type != pull_request + script: + - ./travis.py frappe --nginx --tag edge + - ./travis.py frappe --nginx --tag develop--tag-only - name: "Build Frappe nginx + static assets (edge)" if: branch = develop AND type != pull_request script: