We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a5e06 commit f1111beCopy full SHA for f1111be
.d4g-tools/deploy/pull/pull_cron.sh
@@ -100,10 +100,9 @@ parse_params() {
100
DEBUG="false"
101
RUN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
102
SOURCE=$(dirname "$RUN_DIR")
103
- GITHUB_TOKEN=""
104
REPOSITORY_NAME=""
105
BRANCH="main"
106
- DEPLOY_SCRIPT="${SOURCE}/.d4g-tools/deploy/pull/pull.sh"
+ DEPLOY_SCRIPT="${SOURCE}/pull/pull.sh"
107
108
while :; do
109
case "${1-}" in
@@ -113,9 +112,6 @@ parse_params() {
113
112
-v | --verbose)
114
DEBUG="true"
115
;;
116
- --github-token=*)
117
- GITHUB_TOKEN="${1#*=}"
118
- ;;
119
--repository-name=*)
120
REPOSITORY_NAME="${1#*=}"
121
REPO_CANONICAL_NAME=$(echo $REPOSITORY_NAME | tr '/' '_')
0 commit comments