Skip to content

Commit 527ce45

Browse files
committed
remove git pull from "make update" need to be run outside of Makefile
1 parent 478350c commit 527ce45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ slack-push:
5050
source env.hosts.prod && test -v SLACK_APP_HOOK && curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$$SLACK_APP_TEXT\"}" "https://hooks.slack.com/services/$$SLACK_APP_HOOK"
5151

5252
update:
53-
@git pull -v 2>&1 | egrep "django\/|vue\/" && make deploy_local && make slack-push; exit 0
53+
make deploy_local && make slack-push; exit 0
5454

5555
ab-graphql:
5656
ab -p tests/graphql-autocomplete-post.json -T application/json -c 10 -n 2000 http://gemeindescan.ch/graphql/

0 commit comments

Comments
 (0)