Skip to content
Snippets Groups Projects
Unverified Commit d7bb4169 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

fixup! Add a simple smoke test CI configuration

parent d43e3727
No related branches found
No related tags found
No related merge requests found
Pipeline #38488 failed
......@@ -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
......
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