Drone: Fixes

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-10-15 13:56:46 +02:00
parent 0df7b25a49
commit c11c8b0b4a
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1072,7 +1072,7 @@ steps:
- echo $DRONE_RUNNER_NAME
- name: clone
image: alpine/git:v2.26.2
image: grafana/build-container:1.2.27
commands:
- mkdir -p bin
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.18/grabpl
@@ -1836,7 +1836,7 @@ steps:
- echo $DRONE_RUNNER_NAME
- name: clone
image: alpine/git:v2.26.2
image: grafana/build-container:1.2.27
commands:
- mkdir -p bin
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.18/grabpl
+1 -2
View File
@@ -4,7 +4,6 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.6'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
alpine_image = 'alpine:3.12'
windows_image = 'mcr.microsoft.com/windows:1809'
git_image = 'alpine/git:v2.26.2'
dockerize_version = '0.6.1'
wix_image = 'grafana/ci-wix:0.1.1'
test_release_ver = 'v7.3.0-test'
@@ -138,7 +137,7 @@ def init_steps(edition, platform, ver_mode, is_downstream=False, install_deps=Tr
identify_runner_step,
{
'name': 'clone',
'image': git_image,
'image': build_image,
'environment': {
'GITHUB_TOKEN': {
'from_secret': 'github_token',