Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit 50572cb

Browse files
committed
Updated jenkins job
1 parent 360c06d commit 50572cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pipeline {
99
stage('Use upstream Smod') {
1010
when { triggeredBy 'BuildUpstreamCause' }
1111
steps {
12-
sh ('rm SCPDiscordPlugin/lib/Assembly-CSharp.dll')
13-
sh ('rm SCPDiscordPlugin/lib/Smod2.dll')
14-
sh ('ln -s $SCPSL_LIBS/Assembly-CSharp.dll SCPDiscordPlugin/lib/Assembly-CSharp.dll')
15-
sh ('ln -s $SCPSL_LIBS/Smod2.dll SCPDiscordPlugin/lib/Smod2.dll')
12+
sh ('rm ToggleTag/lib/Assembly-CSharp.dll')
13+
sh ('rm ToggleTag/lib/Smod2.dll')
14+
sh ('ln -s $SCPSL_LIBS/Assembly-CSharp.dll ToggleTag/lib/Assembly-CSharp.dll')
15+
sh ('ln -s $SCPSL_LIBS/Smod2.dll ToggleTag/lib/Smod2.dll')
1616
}
1717
}
1818
stage('Build') {

0 commit comments

Comments
 (0)