Improve build stages (#3744)

* travis precache

* rb change

* remove ut

* add cache warm up

* Prepare cache fix

* add test

* use env variabble to tag

* use env to label stages

* move lint step at start

* use dist for e2e

* upload dist in alfresco

* modify permissions

* travis script node

* remove polyfills

* revert some changes

* fix demo shell run test

* solve download

* revert debatable gallery change
This commit is contained in:
Eugenio Romano
2018-09-05 12:40:03 +01:00
committed by GitHub
parent c0acc53eb9
commit c6f56a2c2a
37 changed files with 10383 additions and 1450 deletions

View File

@@ -55,10 +55,6 @@
@include mat-overridable-elevation(2);
}
.adf-datatable-row-thumbnail {
height: 300px !important;
}
.adf-datatable-row-empty-card {
height: 0 !important;
padding-top: 0;
@@ -121,7 +117,6 @@
}
}
.alfresco-datatable__actions-cell {
position: absolute;
height: 42px !important;
@@ -130,17 +125,6 @@
text-align: right;
}
.adf-image-gallery {
height: 100px;
}
.adf-image-gallery-cell {
display: flex;
width: 265px;
flex: 0 0 auto;
justify-content: center;
}
.image-table-cell {
margin: 8px;
padding: 4px;
@@ -165,13 +149,6 @@
}
}
.cell-thumbnail {
flex: 0 0 auto;
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
}
.adf-datatable-table-checkbox {
margin: 8px;
}