We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2ac24 commit 54c28b0Copy full SHA for 54c28b0
1 file changed
src/DockerExecutorJavaServiceProvider.php
@@ -58,7 +58,8 @@ public function boot()
58
'RUN mvn clean install',
59
'WORKDIR /opt/executor',
60
],
61
- 'package_path' => __DIR__ . '/..'
+ 'package_path' => __DIR__ . '/..',
62
+ 'package_version' => self::version,
63
];
64
config(['script-runners.java' => $config]);
65
0 commit comments