You've already forked prometheus-fail2ban-exporter-charts
							
							chore(ci): use short flags of cut
This commit is contained in:
		| @@ -36,8 +36,8 @@ jobs: | |||||||
|           GITEA_SERVER_URL: ${{ github.server_url }} |           GITEA_SERVER_URL: ${{ github.server_url }} | ||||||
|         run: | |         run: | | ||||||
|           PACKAGE_VERSION=${GITHUB_REF#refs/tags/} |           PACKAGE_VERSION=${GITHUB_REF#refs/tags/} | ||||||
|           REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut --delimiter '/' --fields 2 | sed --regexp-extended 's/-charts?//g') |           REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2 | sed --regexp-extended 's/-charts?//g') | ||||||
|           REPOSITORY_OWNER=$(echo ${GITHUB_REPOSITORY} | cut --delimiter '/' --fields 1) |           REPOSITORY_OWNER=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 1) | ||||||
|  |  | ||||||
|           helm dependency build |           helm dependency build | ||||||
|           helm package --version "${PACKAGE_VERSION}" ./ |           helm package --version "${PACKAGE_VERSION}" ./ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user