mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update update.sh
This commit is contained in:
parent
3c6e587644
commit
0ae6992f2f
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Requires SENTRY_AUTH_TOKEN and SENTRY_ORG set in .profile
|
||||
SENTRY_ORG=${SENTRY_ORG}
|
||||
SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN}
|
||||
# Requires SENTRY_AUTH_TOKEN and SENTRY_ORG set in .sentryclirc
|
||||
|
||||
old=$(git rev-list HEAD -n 1)
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue