Skip to content

Commit

Permalink
style(e2e): remove commit hashes from contracts-remove.sh (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW authored Nov 22, 2024
1 parent c769c58 commit c668abf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions e2e/cloudwalk-contracts/contracts-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,28 @@ done
log "Removing repositories"

if [ "$token" == 1 ]; then
remove brlc-token 80bdba3
remove brlc-token
fi

if [ "$pix" == 1 ]; then
# Cashier Transition: remove regardless of the repository name at the moment
remove brlc-cashier && remove brlc-pix-cashier a528d0c
remove brlc-cashier && remove brlc-pix-cashier
fi

if [ "$yield" == 1 ]; then
remove brlc-balance-tracker
remove brlc-yield-streamer 7683517
remove brlc-yield-streamer
fi

if [ "$periphery" == 1 ]; then
# Periphery Transition: remove regardless of the repository name at the moment
remove brlc-card-payment-processor && remove brlc-periphery fed9fcb
remove brlc-card-payment-processor && remove brlc-periphery
fi

if [ "$multisig" == 1 ]; then
remove brlc-multisig 918a226
remove brlc-multisig
fi

if [ "$compound" == 1 ]; then
remove compound-periphery e4d68df
remove compound-periphery
fi

0 comments on commit c668abf

Please sign in to comment.