Skip to content

Commit

Permalink
bump all services script
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Dec 14, 2021
1 parent c9c5f12 commit e0ecd03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
ROOT=$(pwd)
echo "safe-transaction-service at tag:" && \
cd boba_ops/safe-transaction-service && \
git fetch && git describe --tags --abbrev=0 && \
git rev-parse HEAD
cd $ROOT
echo -e "\nsafe-config-service at tag:" && \
cd boba_ops/safe-config-service && \
git fetch && git describe --tags --abbrev=0 && \
git rev-parse HEAD
cd $ROOT
echo -e "\nsafe-client-gateway at tag:" && \
cd boba_ops/safe-client-gateway && \
git fetch && git describe --tags --abbrev=0 && \
git rev-parse HEAD

0 comments on commit e0ecd03

Please sign in to comment.