Skip to content

Commit a509c97

Browse files
committed
Base image should already have yarnpkg
1 parent ecfc063 commit a509c97

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/jobs/baseinstall.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ section_end
3030

3131
section_start "Install JS frontend dependencies"
3232
cd webapp
33-
apt-get update; apt-get install -y yarnpkg
3433
yarnpkg install
3534
cd ..
3635
section_end

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
with:
3737
languages: ${{ matrix.language }}
3838

39-
- name: Install yarn files
40-
if: ${{ contains(env.COMPILED, matrix.language) }}
41-
run: |
42-
cd webapp
43-
sudo apt-get update; sudo apt-get install yarnpkg -y
44-
sudo yarnpkg install
45-
4639
- name: Install composer files
4740
if: ${{ contains(env.COMPILED, matrix.language) }}
4841
run: |

0 commit comments

Comments
 (0)