Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-234: Fix typo in helm index.yaml #235

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Conversation

t92549
Copy link
Contributor

@t92549 t92549 commented Jul 8, 2022

Fixed typo introduced in the manual commit fix: f1bf9a4

Related Issue

@t92549 t92549 linked an issue Jul 8, 2022 that may be closed by this pull request
@t92549
Copy link
Contributor Author

t92549 commented Jul 8, 2022

Ignore ci for this commit, should not run on gh-pages

@t92549
Copy link
Contributor Author

t92549 commented Jul 8, 2022

I am not entirely sure why it does fail on this branch though...

@GCHQDeveloper314
Copy link
Member

It runs because the CI has been asked to run on all pull requests:

name: Continuous Integration
on:
pull_request:
push:
branches:
- 'release/**'

It can be changed to something like this instead:

 name: Continuous Integration 
  
 on: 
  pull_request:
    branches:
      - develop
      - v2-alpha
   push: 
     branches: 
       - 'release/**'

@t92549
Copy link
Contributor Author

t92549 commented Jul 13, 2022

I am not sure the ci should fail though, maybe it is okay but seems weird

@t92549
Copy link
Contributor Author

t92549 commented Jul 13, 2022

To be looked at later: #236

@t92549 t92549 merged commit cdf9fc7 into gh-pages Jul 13, 2022
@t92549 t92549 deleted the gh-234-fix-helm-repo branch July 13, 2022 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[hdfs] Chart repository does not contain 1.0.0
2 participants