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: ...@@ -6,6 +6,12 @@ default:
smoke-test: smoke-test:
stage: test stage: test
script: script:
- |
cat << EOF > ~/.oscrc
[https://api.opensuse.org]
user = user
pass = pass
EOF
- apt-get install -yq python3 python3-pip osc - apt-get install -yq python3 python3-pip osc
- pip3 install . - pip3 install .
- osc clone --help - osc clone --help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment