Update submodule, remove Godot references.

This commit is contained in:
Pieter-Jan Briers
2019-05-05 02:03:40 +02:00
parent c8cdde5d40
commit 1d3f61de3c
3 changed files with 1 additions and 3 deletions

View File

@@ -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
View File

@@ -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') {