Skip to content

Commit

Permalink
test: #!/bin/bash for buildah
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jul 12, 2024
1 parent 4a37dca commit ef29874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions task/buildah/0.1/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ spec:
args:
- $(params.BUILD_ARGS[*])
script: |
#!/bin/bash
set -e
if [ -n "${PARAM_BUILDER_IMAGE}" ]; then
echo "WARNING: provided deprecated BUILDER_IMAGE parameter has no effect."
fi
Expand Down

0 comments on commit ef29874

Please sign in to comment.