Browse Source

comment for each component required

Darien Raymond 7 năm trước cách đây
mục cha
commit
7dd17dcc29
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      release/release-ci.sh

+ 7 - 1
release/release-ci.sh

@@ -3,7 +3,13 @@
 set -x
 
 apt-get update
-apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl
+apt-get -y install \
+    jq `# for parsing Github API` \
+    git `# for go get` \
+    file `# for Github upload` \
+    pkg-config zip g++ zlib1g-dev unzip python `# for Bazel` \
+    openssl `# for binary digest` \
+
 
 function getattr() {
   curl -s -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/$2/attributes/$1