Skip to content

Commit

Permalink
minor fix to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Oct 10, 2024
1 parent d14eab8 commit 30e6612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ after_success:
echo "Pushed to $DOCKER_CODEGEN_CLI_IMAGE_NAME";
fi;
fi;
publish latest website, variables below are secure environment variables which are unavailable to PRs from forks.
## publish latest website, variables below are secure environment variables which are unavailable to PRs from forks.
- if [ "$TRAVIS_BRANCH" = "master" ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
sed -i "s/Vector{UInt8}/Vector\{UInt8\}/g" docs/generators/julia-client.md
sed -i "s/Vector{UInt8}/Vector\{UInt8\}/g" docs/generators/julia-server.md
Expand Down

0 comments on commit 30e6612

Please sign in to comment.