Skip to content

Commit

Permalink
restored cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
avbel committed Apr 22, 2024
1 parent 799752b commit 0f0f0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/auto-update-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git branch -r
# Merge upstream/main with the current branch
git merge upstream/main --no-edit --commit
cd rust
#cargo build --locked --release -p processor
cargo build --locked --release -p processor

# Check if the build was successful
if [ $? -eq 0 ]; then
Expand All @@ -20,7 +20,7 @@ if [ $? -eq 0 ]; then
git commit -a -m "Auto-merge"
git push -f origin automerge
gh repo set-default byzantion-xyz/aptos-indexer-processors
gh pr create --fill --base main --head automerge
gh pr create --fill --base main --head automerge || :
else
echo "Build failed"
exit 1
Expand Down

0 comments on commit 0f0f0df

Please sign in to comment.