diff --git a/Jenkinsfile b/Jenkinsfile index e04b3c2..cfa4c81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { sh ''' if [ ! -x "$GODOT_BIN" ]; then mkdir -p /tmp/godot_ci - wget -q -O /tmp/godot_ci/godot.zip \ + curl -fsSL -o /tmp/godot_ci/godot.zip \ "https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.x86_64.zip" unzip -o /tmp/godot_ci/godot.zip -d /tmp/godot_ci/ chmod +x "$GODOT_BIN"