mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 12:23:44 +03:00
Compare commits
1 commit
b28d09faa1
...
48a32ac3f9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
48a32ac3f9 |
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -17,11 +17,6 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
|
|
||||||
- name: Install Subversion
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y subversion
|
|
||||||
|
|
||||||
# Required for old theme build step.
|
# Required for old theme build step.
|
||||||
- name: Checkout wporg CSS
|
- name: Checkout wporg CSS
|
||||||
run: |
|
run: |
|
||||||
|
|
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -17,11 +17,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Subversion
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y subversion
|
|
||||||
|
|
||||||
- name: Get Composer cache directory
|
- name: Get Composer cache directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
@ -78,11 +73,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Subversion
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y subversion
|
|
||||||
|
|
||||||
- name: Get Composer cache directory
|
- name: Get Composer cache directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
|
|
@ -509,13 +509,11 @@ function get_association_classes( $team ) {
|
||||||
$classes = array( 'badge-photo-contributor', 'dashicons-camera' );
|
$classes = array( 'badge-photo-contributor', 'dashicons-camera' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'core-performance-team':
|
|
||||||
case 'performance-team':
|
case 'performance-team':
|
||||||
// Logo defined as SVG in CSS.
|
// Logo defined as SVG in CSS.
|
||||||
$classes = array( 'badge-performance-team' );
|
$classes = array( 'badge-performance-team' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'core-performance-contributor':
|
|
||||||
case 'performance-contributor':
|
case 'performance-contributor':
|
||||||
// Logo defined as SVG in CSS.
|
// Logo defined as SVG in CSS.
|
||||||
$classes = array( 'badge-performance-contributor' );
|
$classes = array( 'badge-performance-contributor' );
|
||||||
|
|
Loading…
Reference in a new issue