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

Switch git versioning #339

Merged
merged 3 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/go.sum linguist-generated
tasks/** linguist-generated
manifests/** linguist-generated
**/vendor/ linguist-vendored
23 changes: 12 additions & 11 deletions .github/workflows/artifact-hub-linter.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: artifact hub linter
on:
pull_request:
branches: [ main ]
#Disable this job until https://github.com/artifacthub/hub/issues/3691 is resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create an issue for it to be reenabled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#name: artifact hub linter
#on:
# pull_request:
# branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run ah linter
run: make run-ah-linter
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: run ah linter
# run: make run-ah-linter
4 changes: 0 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ build-release-images:
push-release-images:
./scripts/push-release-images.sh

copy-released-manifests:
./scripts/copy-released-manifests.sh

run-ah-linter:
./scripts/run-ah-linter.sh

Expand All @@ -84,7 +81,6 @@ vendor:
cluster-clean \
cluster-clean-and-skip-images \
release \
copy-released-manifests \
e2e-tests \
run-ah-linter \
onboard-new-task-with-ci-stub \
Expand Down
97 changes: 0 additions & 97 deletions release/tasks/cleanup-vm/0.18.0/README.md

This file was deleted.

95 changes: 0 additions & 95 deletions release/tasks/cleanup-vm/0.18.0/cleanup-vm.yaml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions release/tasks/cleanup-vm/0.18.0/examples/secrets/ssh-secret.yaml

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
63 changes: 0 additions & 63 deletions release/tasks/copy-template/0.18.0/README.md

This file was deleted.

Loading