Skip to content

Commit

Permalink
Remove smoke test
Browse files Browse the repository at this point in the history
It weirdly requires the username/password even just to print the version
so we'll remove it and hope that everything goes ok.
  • Loading branch information
mfinelli committed Jan 18, 2024
1 parent 1abd659 commit 94cd19c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ RUN \
./setup.py build && \
./setup.py install && \
cd / && \
rm -rf /tmp/osc && \
osc version
rm -rf /tmp/osc

0 comments on commit 94cd19c

Please sign in to comment.