mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
remove obsolete run circleci script (#4416)
This commit is contained in:
parent
2effd86353
commit
d13e889813
@ -51,17 +51,6 @@ function pnpm_required() {
|
||||
program_required "pnpm" "https://pnpm.io/7.x/installation"
|
||||
}
|
||||
|
||||
#######################################
|
||||
# Check for the CircleCI program.
|
||||
# Arguments:
|
||||
# None
|
||||
# Outputs:
|
||||
# None
|
||||
#######################################
|
||||
function circleci_required() {
|
||||
program_required "circleci" "https://circleci.com/docs/1.0/local-cli/"
|
||||
}
|
||||
|
||||
#######################################
|
||||
# Check for the AWS CLI program.
|
||||
# Arguments:
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname ${0})/.."
|
||||
source scripts/helpers.sh
|
||||
|
||||
circleci_required
|
||||
|
||||
echo "Running CircleCI locally..."
|
||||
circleci local execute
|
Loading…
Reference in New Issue
Block a user