File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,19 @@ notifications:
44
44
on_success : always
45
45
on_failure : always
46
46
on_start : always
47
- deploy :
48
- provider : gcs
49
- access_key_id : GOOGLDB7W2J3LFHICF3R
50
- secret_access_key :
51
- secure : tHIFdSq55qkyZf9zT/3+VkhUrTvOTMuswxXU3KyWaBrSieZqG0UnUDyNm+n3lSfX95zEl/+rJAWbfvhVSxZi13ndOtvRF+MdI1cvow2JynP0aDSiPffEvVrZOmihD6mt2SlMfhskr5FTduQ69kZG6DfLcve1PPDaIwnbOv3phb8=
52
- bucket : ng-i-1121e.appspot.com
53
- local-dir : build
54
- skip_cleanup : true
55
- on :
56
- repo : angular/angular.js
57
- branch : chore-firebase
58
- condition : $JOB = unit
47
+ jobs :
48
+ include :
49
+ - stage : deploy
50
+ script : grunt package
51
+ deploy :
52
+ provider : gcs
53
+ access_key_id : GOOGLDB7W2J3LFHICF3R
54
+ secret_access_key :
55
+ secure : tHIFdSq55qkyZf9zT/3+VkhUrTvOTMuswxXU3KyWaBrSieZqG0UnUDyNm+n3lSfX95zEl/+rJAWbfvhVSxZi13ndOtvRF+MdI1cvow2JynP0aDSiPffEvVrZOmihD6mt2SlMfhskr5FTduQ69kZG6DfLcve1PPDaIwnbOv3phb8=
56
+ bucket : ng-i-1121e.appspot.com
57
+ local-dir : build
58
+ skip_cleanup : true
59
+ on :
60
+ repo : angular/angular.js
61
+ branch : chore-firebase
62
+
You can’t perform that action at this time.
0 commit comments