this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

drone things

+1 -1
+1 -1
.drone.yml
··· 17 17 matrix: file 18 18 commands: 19 19 - apk add --no-cache curl jq 20 - - changed_files=$(curl -s -H "Authorization: Bearer $${DRONE_TOKEN}" "https://git.skym.fi/api/v1/repos/$${DRONE_REPO_NAMESPACE}/$${DRONE_REPO_NAME}/pulls/$${DRONE_PULL_REQUEST}/files" | jq -r '.[].filename' | grep -E 'cluster\/.*\/helm-release\.ya?ml') 20 + - changed_files=$(curl -s -H 'Authorization: Bearer $${DRONE_TOKEN} "https://git.skym.fi/api/v1/repos/$${DRONE_REPO_NAMESPACE}/$${DRONE_REPO_NAME}/pulls/$${DRONE_PULL_REQUEST}/files" | jq -r '.[].filename' | grep -E 'cluster\/.*\/helm-release\.ya?ml') 21 21 - echo "file=$${changed_files}" >> "$${DRONE_ENV_FILE}" 22 22 23 23 name: Diff on Helm Releases