forked from loafle/openapi-generator-original
skip website push (#14573)
This commit is contained in:
parent
cffe2d0259
commit
a28772b08f
16
.travis.yml
16
.travis.yml
@ -216,14 +216,14 @@ after_success:
|
|||||||
fi;
|
fi;
|
||||||
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
|
#- if [ "$TRAVIS_BRANCH" = "master" ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||||
cd website;
|
# cd website;
|
||||||
git config --global user.name "${GH_NAME}";
|
# git config --global user.name "${GH_NAME}";
|
||||||
git config --global user.email "${GH_EMAIL}";
|
# git config --global user.email "${GH_EMAIL}";
|
||||||
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc;
|
# echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc;
|
||||||
yarn install;
|
# yarn install;
|
||||||
GIT_USER="${GH_NAME}" yarn run publish-gh-pages;
|
# GIT_USER="${GH_NAME}" yarn run publish-gh-pages;
|
||||||
fi;
|
# fi;
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DOCKER_GENERATOR_IMAGE_NAME=openapitools/openapi-generator-online DOCKER_CODEGEN_CLI_IMAGE_NAME=openapitools/openapi-generator-cli NODE_ENV=test CC=gcc-5 CXX=g++-5
|
- DOCKER_GENERATOR_IMAGE_NAME=openapitools/openapi-generator-online DOCKER_CODEGEN_CLI_IMAGE_NAME=openapitools/openapi-generator-cli NODE_ENV=test CC=gcc-5 CXX=g++-5
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2018 OpenAPI-Generator Contributors (https://openapi-generator.tech)
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.openapitools.codegen.languages;
|
package org.openapitools.codegen.languages;
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableMap;
|
import com.google.common.collect.ImmutableMap;
|
||||||
|
@ -74,7 +74,10 @@ org.openapitools.codegen.languages.JavascriptClientCodegen
|
|||||||
org.openapitools.codegen.languages.JavascriptApolloClientCodegen
|
org.openapitools.codegen.languages.JavascriptApolloClientCodegen
|
||||||
org.openapitools.codegen.languages.JavascriptFlowtypedClientCodegen
|
org.openapitools.codegen.languages.JavascriptFlowtypedClientCodegen
|
||||||
org.openapitools.codegen.languages.JavascriptClosureAngularClientCodegen
|
org.openapitools.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||||
|
org.openapitools.codegen.languages.JetbrainsHttpClientClientCodegen
|
||||||
org.openapitools.codegen.languages.JMeterClientCodegen
|
org.openapitools.codegen.languages.JMeterClientCodegen
|
||||||
|
org.openapitools.codegen.languages.JuliaClientCodegen
|
||||||
|
org.openapitools.codegen.languages.JuliaServerCodegen
|
||||||
org.openapitools.codegen.languages.K6ClientCodegen
|
org.openapitools.codegen.languages.K6ClientCodegen
|
||||||
org.openapitools.codegen.languages.LuaClientCodegen
|
org.openapitools.codegen.languages.LuaClientCodegen
|
||||||
org.openapitools.codegen.languages.MarkdownDocumentationCodegen
|
org.openapitools.codegen.languages.MarkdownDocumentationCodegen
|
||||||
@ -137,7 +140,4 @@ org.openapitools.codegen.languages.TypeScriptNestjsClientCodegen
|
|||||||
org.openapitools.codegen.languages.TypeScriptNodeClientCodegen
|
org.openapitools.codegen.languages.TypeScriptNodeClientCodegen
|
||||||
org.openapitools.codegen.languages.TypeScriptReduxQueryClientCodegen
|
org.openapitools.codegen.languages.TypeScriptReduxQueryClientCodegen
|
||||||
org.openapitools.codegen.languages.TypeScriptRxjsClientCodegen
|
org.openapitools.codegen.languages.TypeScriptRxjsClientCodegen
|
||||||
org.openapitools.codegen.languages.WsdlSchemaCodegen
|
org.openapitools.codegen.languages.WsdlSchemaCodegen
|
||||||
org.openapitools.codegen.languages.JetbrainsHttpClientClientCodegen
|
|
||||||
org.openapitools.codegen.languages.JuliaClientCodegen
|
|
||||||
org.openapitools.codegen.languages.JuliaServerCodegen
|
|
Loading…
x
Reference in New Issue
Block a user