#5465 tests(CI): Fix '[Warning] one or more build args were not consumed: [BRANCH REPO]', they have to be lowercase
Merged 2 years ago by wombelix. Opened 2 years ago by wombelix.

file modified
+4 -4
@@ -24,8 +24,8 @@ 

  # F39 RPM SKIPPED - Bug with pytest+xdist, tests stuck and trigger OOM Killer - see https://pagure.io/pagure/pull-request/5463

  #podman build --rm -t pagure-fedora-rpms-py3 \

  #    -f dev/containers/fedora-rpms-py3 \

- #    --build-arg BRANCH=$BRANCH \

- #    --build-arg REPO=$REPO \

+ #    --build-arg branch=$BRANCH \

+ #    --build-arg repo=$REPO \

  #    dev/containers

  #

  #if [ ! -d `pwd`/results_fedora-rpms-py3 ]; then
@@ -41,8 +41,8 @@ 

  

  podman build --rm -t pagure-fedora-pip-py3 \

      -f dev/containers/fedora-pip-py3 \

-     --build-arg BRANCH=$BRANCH \

-     --build-arg REPO=$REPO \

+     --build-arg branch=$BRANCH \

+     --build-arg repo=$REPO \

      dev/containers

  

  if [ ! -d `pwd`/results_fedora-pip-py3 ]; then

Metadata Update from @wombelix:
- Request assigned

2 years ago

Pull-Request has been merged by wombelix

2 years ago
Metadata