Clear github query params

This commit is contained in:
Vincent Fiduccia 2017-01-05 14:53:03 -07:00
parent db0d732eae
commit 1085068cb1
3 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,12 @@ export default Ember.Controller.extend({
bootstrap: function() {
Ember.run.schedule('afterRender', this, () => {
this.get('application').setProperties({
error: null,
error_description: null,
state: null,
});
let bg = this.get(`prefs.${C.PREFS.BODY_BACKGROUND}`);
if ( bg ) {
$('BODY').css('background', bg);

View File

@ -68,6 +68,6 @@ function gcs_upload_asset() {
else
runCmd gsutil -h "$cache_settings" -m cp -z "$gzip_settings" -R "${upload_source} ${upload_target}/${version}"
sleep 5
runCmd gsutil -h "$cache_settings" -m rsync -C -c -r -d "${upload_source} ${upload_target}/${version}"
runCmd gsutil -h "$cache_settings" -m rsync -C -c -r -d "${upload_source}/ ${upload_target}/${version}"
fi
}

View File

@ -2489,7 +2489,7 @@ machine:
driverDigitalocean:
sizeLabel: |
{highMem, select, true {High Memory: } other {}}{memoryGb} RAM, {disk}gb Disk, {vcpus, plural,
{highMem, select, true {High Memory: } other {}}{memoryGb} GB RAM, {disk} GB Disk, {vcpus, plural,
=1 {# vCPU}
other {# vCPUs}
}