Skip to content

Commit 17e78ad

Browse files
committed
Remove broken PATH setting
- It didn't work because it looked into /tmp/4/ instead of /tmp/3/ - Fixing that doesn't help, because project/scripts/sbt is not meant to be in the PATH: the script will try to run `sbt` to find the real sbt launcher, so if it is itself in the PATH we end up with an infinite loop.
1 parent 7f2f041 commit 17e78ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pipeline:
4040
commands:
4141
- cp -R . /tmp/3/ && cd /tmp/3/
4242
- git submodule update --init --recursive --jobs 7
43-
- export PATH=/tmp/4/project/scripts:$PATH
4443
- ./project/scripts/sbt community-build/test
4544

4645
test_sbt:

0 commit comments

Comments
 (0)