drop open-resume for homebrewed go template of open-resume because yaml file easier
This commit is contained in:
@@ -81,6 +81,6 @@ spec:
|
||||
script: |
|
||||
export build_before=${{ build.before }}
|
||||
export build_after=${{ build.after }}
|
||||
if git --no-pager diff --name-only $build_before..$build_after | grep src.open.resume.d; then
|
||||
if git --no-pager diff --name-only $build_before..$build_after | grep src.homebrew; then
|
||||
bash ./deploy.firebase.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user