Skip to content

Commit

Permalink
create catalogs dir in a valid location
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Jan 8, 2025
1 parent 028ab8b commit afca2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operatorhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Add operatorhub bundle
id: update
run: |
mkdir -p catalogs
mkdir -p __k8s-operatorhub-repo/catalogs
OPERATOR_DIR=__k8s-operatorhub-repo/operators/victoriametrics-operator
mkdir -p ${OPERATOR_DIR}
export PREV_VERSION=$(find ${OPERATOR_DIR}/* ! -path "*/catalog-templates" -maxdepth 0 -type d -exec basename {} \; | sort -V -r | head -2 | tail -1)
Expand Down

0 comments on commit afca2b3

Please sign in to comment.