Skip to content

Commit

Permalink
export through env file
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Jun 10, 2024
1 parent 8b6e809 commit 1103d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ spec:
INSTALL_BUNDLE_NS=$(params.e2e_test_namespace) \
ENABLE_SOURCE_BUILD=1 \
hack/build-and-push.sh
eval "source bundle_values.env"
echo -n $CUSTOM_DOCKER_BUILD_PIPELINE_BUNDLE | tee $(results.custom-docker-build-bundle.path)
echo -n $CUSTOM_FBC_BUILDER_PIPELINE_BUNDLE | tee $(results.custom-fbc-builder-bundle.path)
workspaces:
Expand Down
3 changes: 1 addition & 2 deletions hack/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,5 @@ do
done

if [ "$SKIP_INSTALL" == "" ]; then
export CUSTOM_DOCKER_BUILD_PIPELINE_BUNDLE="$docker_pipeline_bundle"
export CUSTOM_FBC_BUILDER_PIPELINE_BUNDLE="$fbc_pipeline_bundle"
printf "export CUSTOM_DOCKER_BUILD_PIPELINE_BUNDLE=$docker_pipeline_bundle\nexport CUSTOM_FBC_BUILDER_PIPELINE_BUNDLE=$fbc_pipeline_bundle" > bundle_values.env
fi

0 comments on commit 1103d32

Please sign in to comment.