We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179d76f commit efacc9bCopy full SHA for efacc9b
1 file changed
packages/delphix-platform/config.sh
@@ -19,6 +19,7 @@
19
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
20
21
function prepare() {
22
+ logmust cd "$WORKDIR/repo"
23
logmust sudo make build-deps
24
}
25
0 commit comments