Skip to content

Commit

Permalink
don't use bash directly
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel committed Apr 29, 2022
1 parent bba3c15 commit f3aa840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
stable_tag=${version%.*}.x
for target in release-${version} release-${stable_tag} stable;do
export PAC_VERSION=${version} TARGET_BRANCH=${target//release-}
bash hack/generate-releaseyaml.sh > /tmp/release.k8s.yaml
./hack/generate-releaseyaml.sh > /tmp/release.k8s.yaml
env TARGET_OPENSHIFT=true bash hack/generate-releaseyaml.sh > /tmp/release.yaml
msg="pac release ${version} on branch ${target}"
set +x
Expand Down

0 comments on commit f3aa840

Please sign in to comment.