From d7bb41698ddda6f85ae6f1a00ad2510965330ff6 Mon Sep 17 00:00:00 2001
From: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Tue, 29 Mar 2022 14:40:29 +0200
Subject: [PATCH] fixup! Add a simple smoke test CI configuration

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44ea5a0..7027ee1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,12 @@ default:
 smoke-test:
   stage: test
   script:
+  - |
+    cat << EOF > ~/.oscrc
+    [https://api.opensuse.org]
+    user = user
+    pass = pass
+    EOF
   - apt-get install -yq python3 python3-pip osc
   - pip3 install .
   - osc clone --help
-- 
GitLab