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
b2e94d0733996c9cfd814878755298decdede243
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
Chore: Move `jwilder/dockerize` installation to build-container (#39581) * Move dockerize to build-container * Sync drone * Fix command to not point in bin dir * Update build container version
2021-09-23 22:41:34 +01:00
_version="1.4.3"
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: 117ms Template: 2ms
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