We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dfbf4 commit 8f48ca5Copy full SHA for 8f48ca5
.circleci/config.yml
@@ -3,14 +3,9 @@ version: 2.1
3
jobs:
4
unit:
5
docker:
6
- - image: registry.opensuse.org/opensuse/leap:15.5
+ - image: registry.opensuse.org/devel/openqa/ci/containers/openqa-trigger-from-obs-dev
7
steps:
8
- checkout
9
- - run:
10
- command: |
11
- zypper -n in --no-recommends diffutils make python3 tar git-core
12
- - checkout
13
- - run: git clean -df
14
- run: make test_regen_all
15
- run: make test
16
container/Dockerfile
@@ -0,0 +1,4 @@
1
+#!BuildTag: openqa-trigger-from-obs-dev
2
+#!UseOBSRepositories
+FROM opensuse/leap:15.5
+RUN zypper -n in --no-recommends diffutils tar make python3
0 commit comments