소스 검색

shutdown immediately after build finish

Darien Raymond 8 년 전
부모
커밋
c2a52027ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/release/release-ci.sh

+ 2 - 2
tools/release/release-ci.sh

@@ -3,7 +3,7 @@
 set -x
 
 apt-get update
-apt-get -y install jq git file p7zip-full dbus
+apt-get -y install jq git file p7zip-full
 
 function getattr() {
   curl -s -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/$2/attributes/$1
@@ -102,4 +102,4 @@ curl -H "Content-Type: application/json" --data '{"build": true}' -X POST "${DOC
 
 fi
 
-shutdown -h +5
+shutdown -h now