Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
d85b4dc7a891d2ba15841e47e5c464d68cb9ee41
grafana/scripts/build/ci-build/build-deploy.sh

12 lines
185 B
Bash
Raw Normal View History

build: migrates the build container into the main repo.
2019-03-19 11:34:01 +01:00
#!/bin/bash
ci-build: Improve build-deploy script (#19653) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2019-10-07 14:17:17 +02:00
set -eo pipefail
build: migrates the build container into the main repo.
2019-03-19 11:34:01 +01:00
CI: Update `grafana/build-container` version (#41191) * Update node and yarn versions * Update drone yaml
2021-11-02 15:52:16 +02:00
_version="1.4.5"
build: migrates the build container into the main repo.
2019-03-19 11:34:01 +01:00
_tag="grafana/build-container:${_version}"
ci-build: Improve build-deploy script (#19653) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2019-10-07 14:17:17 +02:00
_dpath=$(dirname "${BASH_SOURCE[0]}")
cd "$_dpath"
Chore: Upgrade golangci-lint (#27719) * Chore: Upgrade golangci-lint to latest * ci-build: Upgrade Node/Yarn Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-09-23 10:55:25 +02:00
docker build -t $_tag .
build: migrates the build container into the main repo.
2019-03-19 11:34:01 +01:00
docker push $_tag
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 119ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API