-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [common](https://github.com/sclorg/container-common-scripts) from `6f1b33a` to `1e271d8`. - [Commits](sclorg/container-common-scripts@6f1b33a...1e271d8) --- updated-dependencies: - dependency-name: common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0909678
commit 90a2b4d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
23 files
+14 −12 | .github/workflows/container-tests.yml | |
+7 −7 | README.md | |
+4 −14 | betka.py | |
+10 −19 | build.sh | |
+0 −3 | check_imagestreams.py | |
+8 −13 | common.mk | |
+58 −0 | show_all_imagestreams.py | |
+8 −0 | tag.sh | |
+34 −269 | test-lib-openshift.sh | |
+2 −4 | test-lib-remote-openshift.sh | |
+96 −25 | test-lib.sh | |
+42 −17 | test.sh | |
+3 −3 | tests/check_betka.sh | |
+6 −0 | tests/check_imagestreams.sh | |
+0 −2 | tests/failures/check/v0/Dockerfile | |
+2 −0 | tests/failures/check/v0/Dockerfile.c10s | |
+2 −0 | tests/failures/check/v0/Dockerfile.c9s | |
+1 −1 | tests/failures/check/v0/Dockerfile.fedora | |
+0 −2 | tests/failures/check/v0/Dockerfile.rhel7 | |
+3 −3 | tests/imagestreams/testing_file.json | |
+13 −1 | tests/remote-containers.sh | |
+14 −4 | tests/test-lib/image_availability | |
+4 −4 | tests/test-lib/public_image_name |