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 8afa6f8 commit 1c817b9Copy full SHA for 1c817b9
.circleci/config.yml
@@ -3,13 +3,9 @@ version: 2.1
3
jobs:
4
unit:
5
docker:
6
- - image: registry.opensuse.org/opensuse/leap:15.3
+ - 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 python3-black
12
- - checkout
13
- run: make test_regen_all
14
- run: make test_python_style
15
- run: make test
container/Dockerfile
@@ -0,0 +1,4 @@
1
+#!BuildTag: openqa-trigger-from-obs-dev
2
+#!UseOBSRepositories
+FROM opensuse/leap:15.3
+RUN zypper -n in --no-recommends diffutils tar make python3 python3-black
0 commit comments