File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ samples)
7979 if [[ -f ${SAMPLES_DIR} /pom.xml ]]
8080 then
8181 # get versions for constructing the full names of the packaged JARs
82- CONNECTOR_VERSION=$( grep pubsublite-spark-sql-streaming ${scriptDir} /../versions.txt | cut -d: -f3)
83- SAMPLE_VERSION=$( grep com.google.cloud.samples.shared-configuration: ${scriptDir} /../versions.txt | cut -d: -f3)
82+ export CONNECTOR_VERSION=$( grep pubsublite-spark-sql-streaming ${scriptDir} /../versions.txt | cut -d: -f3)
83+ export SAMPLE_VERSION=$( grep com.google.cloud.samples.shared-configuration: ${scriptDir} /../versions.txt | cut -d: -f3)
8484 if [ -f " ${KOKORO_GFILE_DIR} /secret_manager/java-pubsublite-spark-samples-secrets" ]
8585 then
8686 source " ${KOKORO_GFILE_DIR} /secret_manager/java-pubsublite-spark-samples-secrets"
You can’t perform that action at this time.
0 commit comments