Log stage names as they are running in travis script.

pull/334/head
Clement Michaud 2019-03-22 15:17:38 +01:00
parent 9366741980
commit bd5bb497e3
1 changed files with 4 additions and 0 deletions

View File

@ -22,15 +22,19 @@ docker-compose -f docker-compose.yml \
pull pull
# Build # Build
echo "===> Build stage"
authelia-scripts build authelia-scripts build
# Run unit tests # Run unit tests
echo "===> Unit tests stage"
authelia-scripts unittest --forbid-only authelia-scripts unittest --forbid-only
# Build the docker image # Build the docker image
echo "===> Docker image build stage"
authelia-scripts docker build authelia-scripts docker build
# Run integration tests # Run integration tests
echo "===> e2e stage"
authelia-scripts suites test --headless --forbid-only authelia-scripts suites test --headless --forbid-only
# Test npm deployment before actual deployment # Test npm deployment before actual deployment