mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
11 lines
No EOL
169 B
Bash
Executable file
11 lines
No EOL
169 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
sudo apt-get install -y w3m
|
|
|
|
./tests/check-format.sh
|
|
./tests/docker-test.sh
|
|
|
|
# This is done to not to rebuild images in the next step
|
|
git clean -fdx |