Skip to content
Snippets Groups Projects
Commit a185fe21 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

package-source-builder: Drop the now-unused osc-setup

Since ci-package-builder!199


the CI pipeline is not using `osc-setup` anymore, so let's drop it.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent aad4df3b
No related branches found
No related tags found
Loading
Pipeline #296453 passed
#!/bin/sh
mkdir -p "$HOME"
cat > ~/.oscrc <<EOF
[general]
apiurl = https://build.collabora.co.uk
[https://build.collabora.co.uk]
user = ${OSC_USERNAME}
pass = ${OSC_PASSWORD}
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment