File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -111,24 +111,3 @@ notifications:
111111 slack :
112112 secure : EP4MzZ8JMyNQJ4S3cd5LEPWSMjC7ZRdzt3veelDiOeorJ6GwZfCDHncR+4BahDzQAuqyE/yNpZqaLbwRWloDi15qIUsm09vgl/1IyNky1Sqc6lEknhzIXpWSalo4/T9ZP8w870EoDvM/UO+LCV99R3wS8Nm9o99eLoWVb2HIUu0=
113113
114- deploy :
115- - provider : gcs
116- # This is for project angular-github-babysitter
117- access_key_id : GOOGIOQTDBEOPBUAWFZQ
118- secret_access_key :
119- secure : " MEDggllZ5fw4wI9CEUi8WR6jKsKXqdRF/DLxSNC2JpzM5RlVeBm0uqjntYT1Cf1dASvQ2/+vZCUikL/3A48NcoEYRHXGmxu8D6t/SvleQD8Xv434xFOdsa2QqP/HiCtqCLOI5jJz1JVoB5nNyKKZ33ogTUL1LV1TfcrAioyizW8="
120- # this bucket has a lifecycle to delete after 90 days:
121- # $ echo '{"rule": [{"action": {"type": "Delete"}, "condition": {"age": 90}}]}' > lifecycle.json
122- # $ gsutil lifecycle set lifecycle.json gs://angular2-snapshots
123- bucket : angular2-snapshots
124- # don't delete generated files
125- skip_cleanup : true
126- # serve to public at https://storage.googleapis.com/angular2-snapshots/SHA/dist.tgz
127- acl : public-read
128- # upload the .tgz archive created in scripts/ci/build_and_test.sh
129- local-dir : deploy
130- # create a "subdirectory" for each commit
131- upload-dir : $TRAVIS_COMMIT
132- on :
133- repo : angular/angular
134- condition : " $MODE = build_only"
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ elif [ "$MODE" = "lint" ]; then
1919elif [ " $MODE " = " build_only" ]; then
2020 ${SCRIPT_DIR} /build_js.sh
2121 ${SCRIPT_DIR} /build_dart.sh
22- mkdir deploy; tar -czpf deploy/dist.tgz -C dist .
2322elif [ " $MODE " = " payload" ]; then
2423 source ${SCRIPT_DIR} /env_dart.sh
2524 ./node_modules/.bin/gulp test.payload.dart/ci
You can’t perform that action at this time.
0 commit comments