mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
11 lines
No EOL
176 B
Bash
11 lines
No EOL
176 B
Bash
#!/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 reset --hard @{u} |