@@ -760,27 +760,12 @@ steps:
760760 NODE_OPTIONS : --max_old_space_size=8192
761761 image : grafana/build-container:1.6.3
762762 name : lint-docs
763- - commands :
764- - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER}
765- depends_on :
766- - yarn-install
767- environment :
768- NODE_OPTIONS : --max_old_space_size=8192
769- image : grafana/build-container:1.6.3
770- name : build-frontend-packages
771763- commands :
772764 - mkdir -p /hugo/content/docs/grafana
773765 - cp -r docs/sources/* /hugo/content/docs/grafana/latest/
774766 - cd /hugo && make prod
775767 image : grafana/docs-base:latest
776768 name : build-docs-website
777- - commands :
778- - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
779- depends_on : []
780- environment :
781- CGO_ENABLED : 0
782- image : golang:1.19.2
783- name : compile-build-cmd
784769trigger :
785770 event :
786771 - pull_request
@@ -889,27 +874,12 @@ steps:
889874 NODE_OPTIONS : --max_old_space_size=8192
890875 image : grafana/build-container:1.6.3
891876 name : lint-docs
892- - commands :
893- - ./bin/build build-frontend-packages --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER}
894- depends_on :
895- - yarn-install
896- environment :
897- NODE_OPTIONS : --max_old_space_size=8192
898- image : grafana/build-container:1.6.3
899- name : build-frontend-packages
900877- commands :
901878 - mkdir -p /hugo/content/docs/grafana
902879 - cp -r docs/sources/* /hugo/content/docs/grafana/latest/
903880 - cd /hugo && make prod
904881 image : grafana/docs-base:latest
905882 name : build-docs-website
906- - commands :
907- - go build -o ./bin/build -ldflags '-extldflags -static' ./pkg/build/cmd
908- depends_on : []
909- environment :
910- CGO_ENABLED : 0
911- image : golang:1.19.2
912- name : compile-build-cmd
913883trigger :
914884 branch : main
915885 event :
@@ -5632,6 +5602,6 @@ kind: secret
56325602name : packages_secret_access_key
56335603---
56345604kind : signature
5635- hmac : a8e4587efd7da775019ed2812c5980fb43fdb9ef5da50e2ac7e5c73151b6a685
5605+ hmac : d5d39719ea023fdedb6cfa303ed2acac29fe23060c9679c0c40511b3cc215738
56365606
56375607...
0 commit comments