From 5ef9cd1500bc70406a8d27d56d516b2554e990df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Desmaretz?= Date: Tue, 8 Oct 2024 23:25:17 +0200 Subject: [PATCH] Revert "Add dependency installation" This reverts commit 4db4dca7ec6ce813bd7ad34be9ec455ade587973. --- Jenkinsfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87cbd5a..64104e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,15 +1,6 @@ pipeline { agent any stages { - stage('Install Dependencies') { - when { - branch 'master' - } - steps { - echo 'Installing Dependencies' - sh '''cargo install --git https://github.com/typst/typst --locked typst-cli''' - } - } stage('Build') { when { branch 'master'