btrfs-progs/ci/images
David Sterba b02d151bd1 btrfs-progs: ci: fix docker-run argument parsing
The runner script allows to pass arguments to docker and the final
command, using the -- separator. This did not work as expected, the
arguments got concatenated to the first member, not all of them passed.
The following now works:

  $ ./docker-run --env CC=clang
  $ ./docker-run --env CC=clang --
  $ ./docker-run --env CC=clang -- /bin/bash

Signed-off-by: David Sterba <dsterba@suse.com>
2021-05-08 00:58:50 +02:00
..
ci-centos-7-x86_64 btrfs-progs: ci: fix symlink paths of helper scripts 2021-03-15 14:59:42 +01:00
ci-centos-8-x86_64 btrfs-progs: ci: disable zoned mode where not working 2021-05-08 00:58:21 +02:00
ci-musl-x86_64 btrfs-progs: ci: add docker build and run script 2021-05-08 00:58:50 +02:00
ci-openSUSE-Leap-15.2-x86_64 btrfs-progs: ci: disable zoned mode where not working 2021-05-08 00:58:21 +02:00
ci-openSUSE-tumbleweed-x86_64 btrfs-progs: ci: fix package ordering for tumbleweed image 2021-05-08 00:58:50 +02:00
docker-build btrfs-progs: ci: add docker build and test scripts 2021-03-01 15:46:34 +01:00
docker-run btrfs-progs: ci: fix docker-run argument parsing 2021-05-08 00:58:50 +02:00
run-tests btrfs-progs: ci: add docker build and test scripts 2021-03-01 15:46:34 +01:00
test-build btrfs-progs: ci: check for local copy of branch tar before downloading 2021-02-24 16:40:20 +01:00