Skip to content

Commit

Permalink
fix: Fix Kokoro configs (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch committed Feb 6, 2023
1 parent c2b1695 commit c61c4d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bash .kokoro/coerce_logs.sh
if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo={{metadata['repo']['repo']}}
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/google-cloudevents-java
fi

echo "exiting with ${RETURN_CODE}"
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
# compile all packages
mvn clean install -B -q -DskipTests=true

export NAME={{ metadata['repo']['distribution_name'].split(':')|last }}
export NAME=google-cloudevent-types
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt
# compile all packages
mvn clean install -B -q -DskipTests=true

export NAME={{ metadata['repo']['distribution_name'].split(':')|last }}
export NAME=google-cloudevent-types
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# cloud RAD generation
Expand Down

0 comments on commit c61c4d4

Please sign in to comment.