Skip to content

Commit

Permalink
ci(lint): increase timeout (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 authored Apr 29, 2022
1 parent 44bd1de commit f36dfe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
skip-go-installation: true
# skip-pkg-cache: true
# skip-build-cache: true
args: --timeout 2m0s
args: --timeout 3m0s --verbose
- name: Check documentation
run: make check-docs
- name: Check i18n
Expand Down
27 changes: 0 additions & 27 deletions pkg/core/localize/locales/en/cmd/context.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,33 +218,6 @@ one='Warning: Your current service context has been removed, use "rhoas context
[context.delete.log.successMessage]
one='Context deleted successfully'

[context.generate.cmd]

[context.generate.cmd.shortDescription]
one='Generate configurations for the service context'

[context.generate.cmd.longDescription]
one='''
Generate configuration files to enable the application service instances in the service context to connect with other platforms and tools.
This command generates a JSON configuration file that you can use to connect application service instances to other development platforms and tools.
'''

[context.generate.cmd.example]
one='''
# Generate configurations for the current service context in JSON format
$ rhoas context generate-config --type json
'''

[context.generate.flag.type]
one='Type of configuration file to be generated'

[context.generate.log.info.noSevices]
one='No services available to generate configurations'

[context.generate.log.info.credentialsSaved]
one='Configurations successfully saved'

[context.common.flag.name]
one='Name of the context'

Expand Down

0 comments on commit f36dfe7

Please sign in to comment.