mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 13:32:12 +08:00
Remove dockerize leftovers (#39960)
This commit is contained in:

committed by
GitHub

parent
cfc31ce523
commit
ccd6a2eae3
24
.drone.yml
24
.drone.yml
@ -22,8 +22,6 @@ steps:
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: codespell
|
||||
image: grafana/build-container:1.4.3
|
||||
@ -282,8 +280,6 @@ steps:
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: trigger-enterprise-downstream
|
||||
image: grafana/drone-downstream
|
||||
@ -680,8 +676,6 @@ steps:
|
||||
- chmod +x bin/grabpl
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: publish-packages-oss
|
||||
image: grafana/grafana-ci-deploy:1.3.1
|
||||
@ -771,8 +765,6 @@ steps:
|
||||
- make gen-go
|
||||
- ./bin/grabpl verify-version ${DRONE_TAG}
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: codespell
|
||||
image: grafana/build-container:1.4.3
|
||||
@ -1149,8 +1141,6 @@ steps:
|
||||
- make gen-go
|
||||
- ./bin/grabpl verify-version ${DRONE_TAG}
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
depends_on:
|
||||
- clone
|
||||
|
||||
@ -1625,8 +1615,6 @@ steps:
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
- ./bin/grabpl verify-version ${DRONE_TAG}
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: publish-packages-oss
|
||||
image: grafana/grafana-ci-deploy:1.3.1
|
||||
@ -1735,8 +1723,6 @@ steps:
|
||||
- make gen-go
|
||||
- ./bin/grabpl verify-version v7.3.0-test
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: codespell
|
||||
image: grafana/build-container:1.4.3
|
||||
@ -2102,8 +2088,6 @@ steps:
|
||||
- make gen-go
|
||||
- ./bin/grabpl verify-version v7.3.0-test
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
depends_on:
|
||||
- clone
|
||||
|
||||
@ -2572,8 +2556,6 @@ steps:
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
- ./bin/grabpl verify-version v7.3.0-test
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: publish-packages-oss
|
||||
image: grafana/grafana-ci-deploy:1.3.1
|
||||
@ -2681,8 +2663,6 @@ steps:
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
|
||||
- name: codespell
|
||||
image: grafana/build-container:1.4.3
|
||||
@ -3019,8 +2999,6 @@ steps:
|
||||
- ./bin/grabpl verify-drone
|
||||
- make gen-go
|
||||
- yarn install --frozen-lockfile --no-progress
|
||||
environment:
|
||||
DOCKERIZE_VERSION: 0.6.1
|
||||
depends_on:
|
||||
- clone
|
||||
|
||||
@ -3564,6 +3542,6 @@ get:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: fd746435bdd748cec43565f7ab4230da5a221aa848b11da68346921a3d67ff91
|
||||
hmac: 5237fccbd3eb1fb753ffe2d52c75559311dc57df6b8875b24246cfc266d5895e
|
||||
|
||||
...
|
||||
|
@ -7,7 +7,6 @@ grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
|
||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||
alpine_image = 'alpine:3.14.2'
|
||||
windows_image = 'mcr.microsoft.com/windows:1809'
|
||||
dockerize_version = '0.6.1'
|
||||
wix_image = 'grafana/ci-wix:0.1.1'
|
||||
test_release_ver = 'v7.3.0-test'
|
||||
|
||||
@ -95,9 +94,6 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
|
||||
{
|
||||
'name': 'initialize',
|
||||
'image': build_image,
|
||||
'environment': {
|
||||
'DOCKERIZE_VERSION': dockerize_version,
|
||||
},
|
||||
'depends_on': [
|
||||
'clone',
|
||||
],
|
||||
@ -120,9 +116,6 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
|
||||
{
|
||||
'name': 'initialize',
|
||||
'image': build_image,
|
||||
'environment': {
|
||||
'DOCKERIZE_VERSION': dockerize_version,
|
||||
},
|
||||
'commands': download_grabpl_cmds + common_cmds,
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user