Update submodule, remove Godot references.
This commit is contained in:
@@ -30,7 +30,6 @@ before_script:
|
|||||||
- "python3.5 -m pip install --user requests"
|
- "python3.5 -m pip install --user requests"
|
||||||
- "nuget restore SpaceStation14.sln"
|
- "nuget restore SpaceStation14.sln"
|
||||||
- "python3.5 RUN_THIS.py --no-prompt"
|
- "python3.5 RUN_THIS.py --no-prompt"
|
||||||
- "RobustToolbox/Tools/download_godotsharp.py"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Prevent people from putting in textures/ (lowercase).
|
# Prevent people from putting in textures/ (lowercase).
|
||||||
|
|||||||
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -6,7 +6,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
sh 'TMP=~/.cache/NuGet/ nuget restore'
|
sh 'TMP=~/.cache/NuGet/ nuget restore'
|
||||||
sh 'RobustToolbox/Tools/download_godotsharp.py'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|||||||
Submodule RobustToolbox updated: 296d39bee6...cde26f0567
Reference in New Issue
Block a user