mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci(Test): Check if built images are used
This commit is contained in:
parent
d5fecaf71b
commit
ab4e6f6fb7
2 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ ln -sfn /home/frappe/frappe-bench/sites/assets/frappe/node_modules \
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
||||||
start)
|
start)
|
||||||
|
exit # TODO: Remove
|
||||||
configureEnv
|
configureEnv
|
||||||
checkConnection
|
checkConnection
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
|
||||||
|
|
||||||
# shellcheck source=functions.sh
|
# shellcheck source=functions.sh
|
||||||
source tests/functions.sh
|
source tests/functions.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue