area/circleci: Speed up circleci build process for branches and pr (#16778)

* speed up circleci build
* convert build.sh to functions and add args for different build types
* add yarn cache
* add build latest to packaging step
* fast build should not try to tag non-amd builds
* remove signing step for prs-and-branches
This commit is contained in:
Brian Gann
2019-05-01 10:20:01 -05:00
committed by GitHub
parent e210725d3d
commit 157f330cf2
4 changed files with 265 additions and 38 deletions
+1
View File
@@ -17,6 +17,7 @@ FROM ${BASE_IMAGE}
ARG GF_UID="472"
ARG GF_GID="472"
ARG DEBIAN_FRONTEND=noninteractive
ENV PATH=/usr/share/grafana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
GF_PATHS_CONFIG="/etc/grafana/grafana.ini" \