File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121remove () {
2222if [[ " ${RUNNER_REGISTER_TO} " == * \/ * ]]; then
2323 # Contain "/", to Repo
24- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
24+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
2525else
2626 # Not contain "/", to Org
27- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
27+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
2828fi
2929}
3030
Original file line number Diff line number Diff line change 2121remove () {
2222if [[ " ${RUNNER_REGISTER_TO} " == * \/ * ]]; then
2323 # Contain "/", to Repo
24- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
24+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
2525else
2626 # Not contain "/", to Org
27- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
27+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
2828fi
2929}
3030
Original file line number Diff line number Diff line change 2121remove () {
2222if [[ " ${RUNNER_REGISTER_TO} " == * \/ * ]]; then
2323 # Contain "/", to Repo
24- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
24+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
2525else
2626 # Not contain "/", to Org
27- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
27+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
2828fi
2929}
3030
Original file line number Diff line number Diff line change 2121remove () {
2222if [[ " ${RUNNER_REGISTER_TO} " == * \/ * ]]; then
2323 # Contain "/", to Repo
24- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
24+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /repo/${RUNNER_REGISTER_TO} /remove-token)
2525else
2626 # Not contain "/", to Org
27- ./config.sh --unattended remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
27+ ./config.sh remove --token $( curl ${KMS_SERVER_ADDR} /${RUNNER_REGISTER_TO} /remove-token)
2828fi
2929}
3030
You can’t perform that action at this time.
0 commit comments