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 2bdfeb1 commit 4fc150eCopy full SHA for 4fc150e
travis-ci.sh
@@ -34,7 +34,7 @@ opm install cli;
34
opm install -f ./gitsync.ospx -dest /tmp/;
35
36
opm build -out ./build ./;
37
-opm install -f ./build/$(ls -a ./build | grep ^preinstalled) -dest /tmp/gitsync/installed_plugins;
+opm install -f ./build/$(ls -a ./build | grep ^preinstalled) -dest /tmp/gitsync/plugins;
38
39
opm install;
40
opm test;
0 commit comments