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 1b883a7 commit 7756328Copy full SHA for 7756328
.forgejo/workflows/daily-test.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
# export test_codecov=1 # Enable codecov profiles in POMs. TODO Code coverage is not working.
39
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network
40
- bin/worker.bootstrap
+ . bin/worker.bootstrap # This installs the shell project. `. [...]` provides the installed variables to the following commands.
41
bin/worker.repos.pull
42
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network.bom.base
43
mvn clean install
0 commit comments