Drone: Fixes

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-10-15 13:47:14 +02:00
parent 68a3631ed0
commit 0df7b25a49
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ def init_steps(edition, platform, ver_mode, is_downstream=False, install_deps=Tr
'clone',
],
'commands': pre_cmds + [
'mv grabpl /tmp',
'mv bin/grabpl /tmp/',
'rmdir bin',
'mv grafana-enterprise /tmp/',
'/tmp/grabpl init-enterprise /tmp/grafana-enterprise{}'.format(source_commit),
'mkdir bin',