Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zishkaz committed Oct 7, 2024
1 parent 1dc45cf commit 8bf5943
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
- name: Set up ArkAnalyzer
run: |
REPO_URL="https://gitee.com/Lipenx/arkanalyzer.git"
DEST_DIR="arkanalyzer"
DEST_DIR="arkanalyzer"
MAX_RETRIES=10
RETRY_DELAY=3 # Delay between retries in seconds
# Set the same as in jacodb/neo branch, since we get jacodb artifact from that branch.
BRANCH="neo/2024-08-16"
RETRY_DELAY=3 # Delay between retries in seconds
BRANCH="neo/2024-08-16" # Set the same as in jacodb/neo branch, since we get jacodb artifact from that branch.
for ((i=1; i<=MAX_RETRIES; i++)); do
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break
Expand Down

0 comments on commit 8bf5943

Please sign in to comment.