Skip to content

Commit bcb3daf

Browse files
committed
Fix paths
1 parent 1f1f7ab commit bcb3daf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

full-deploys/python-web-app/docker-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
source "$(realpath "$(realpath "$(dirname "${BASH_SOURCE[0]}")")/../utils.sh")"
5+
source "$(realpath "$(realpath "$(dirname "${BASH_SOURCE[0]}")")/../../utils.sh")"
66
ensure_test_container
77

88
export DOCKER_TEST_NETWORK_NAME="pyinfra-examples-python-web-app"

full-deploys/python-web-app/docker-stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
source "$(realpath "$(realpath "$(dirname "${BASH_SOURCE[0]}")")/../utils.sh")"
5+
source "$(realpath "$(realpath "$(dirname "${BASH_SOURCE[0]}")")/../../utils.sh")"
66

77
export DOCKER_TEST_NETWORK_NAME="pyinfra-examples-python-web-app"
88

0 commit comments

Comments
 (0)