mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Refactor starlark to remove references to the build_image (#74624)
* Refactor starlark to remove references to the build_image
This commit is contained in:
9
scripts/drone/variables.star
Normal file
9
scripts/drone/variables.star
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
global variables
|
||||
"""
|
||||
|
||||
grabpl_version = "v3.0.41"
|
||||
golang_version = "1.21.1"
|
||||
|
||||
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
||||
nodejs_version = "18.12.0"
|
||||
Reference in New Issue
Block a user