Log stage names as they are running in travis script.
parent
9366741980
commit
bd5bb497e3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue