Skip to content

Commit 5fbaa19

Browse files
committed
Speedup CI by not updating debs index
We expect all dependencies to be baked into the image, we do install the yarn/composer dependencies though. The image can be found at: https://github.com/DOMjudge/domjudge-packaging/tree/main/docker-gitlabci
1 parent 8bda4e1 commit 5fbaa19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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

0 commit comments

Comments
 (0)