File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 sed -i "s/${ESCAPED_ORIGINAL}/${ESCAPED_REPLACE}/g" ./**/*.yaml
4040 sed -irn 's/version:.*$/version: "0.1.0"/g' chart/Chart.yaml
4141 sed -irn 's/appVersion:.*$/appVersion: "0.1.0"/g' chart/Chart.yaml
42- - name : Update .gitignore, Dockerfile and GetSLI eventhandler
42+ - name : Update .gitignore, Dockerfile, actionTriggered eventhandler, and GetSLI eventhandler
4343 run : |
4444 NEW_SERVICE_NAME=$(echo ${{ github.repository }} | sed -e 's/${{ github.repository_owner }}\///')
4545 ESCAPED_ORIGINAL=$(printf '%s\n' "$ORIGINAL_SERVICE_NAME" | sed -e 's/[\/&]/\\&/g')
4646 ESCAPED_REPLACE=$(printf '%s\n' "$NEW_SERVICE_NAME" | sed -e 's/[\/&]/\\&/g')
47- sed -i "s/${ESCAPED_ORIGINAL}/${ESCAPED_REPLACE}/g" .ci_env .gitignore Dockerfile main.go eventhandlers.go eventhandler_test .go test-events/*.json
47+ sed -i "s/${ESCAPED_ORIGINAL}/${ESCAPED_REPLACE}/g" .ci_env .gitignore Dockerfile main.go handler/* .go test-events/*.json
4848 - name : Update README.md
4949 run : |
5050 ESCAPED_ORIGINAL=$(printf '%s\n' "$ORIGINAL_IMAGE_NAME" | tr '[:upper:]' '[:lower:]' | sed -e 's/[\/&]/\\&/g')
You can’t perform that action at this time.
0 commit comments