We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6022a6e commit 18bb48fCopy full SHA for 18bb48f
docker/test/run.sh
@@ -46,7 +46,7 @@ fi
46
47
# Run tests
48
echo "Running tests in vitess/bootstrap:$flavor image..."
49
-bashcmd="mv php/vendor /vt/dist/php-vendor && rm -rf * && cp -R /tmp/src/* . && ln -sf /vt/dist/php-vendor php/vendor && rm -rf Godeps/_workspace/pkg && $cmd"
+bashcmd="mv php/vendor /vt/dist/php-vendor && mv vendor /vt/dist/go-vendor && rm -rf * && mkdir php && mv /vt/dist/php-vendor php/vendor && mv /vt/dist/go-vendor vendor && cp -R /tmp/src/* . && rm -rf Godeps/_workspace/pkg && $cmd"
50
51
if tty -s; then
52
# interactive shell
0 commit comments