-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
behave-test-steps/steps/s2i_steps.py
Line 56 in 1c70cb2
| @given(u's2i build {application} from {path} with env and {incremental} using {tag}') |
The following test
Given s2i build https://github.com/jmtd/openjdk-test-applications.git from OPENJDK-2408-bin-custom-s2i-assemble with env and using s2i-assemble-path
| variable | value |
| S2I_TARGET_DEPLOYMENTS_DIR | /var/tmp |
It shows the following eventual s2i command (line-wrapped and with added emphasis)
INFO:cekit:Executing new S2I build with the command [s2i build --loglevel=5 --pull-policy if-not-present --url unix:///run/user/1000/podman/podman.sock --context-dir=OPENJDK-2408-bin-custom-s2i-assemble -r=master -E "/tmp/tmp_vqoxrhw" https://github.com/jmtd/openjdk-test-applications.git ubi10/openjdk-21:1.21 integ-ubi10/openjdk-21:1.21 --incremental ]
The -r (rev) parameter should have been s2i-assemble-path not master.
Metadata
Metadata
Assignees
Labels
No labels