File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ commands:
5252 circleci step halt
5353 fi
5454 - run : sudo chown -R circleci:circleci /usr/local/bin
55- - run : sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages
55+ - run : sudo chown -R circleci:circleci /usr/local/lib/python3.7/site-packages || echo "Unable to change ownership for python3.7 site-packages"
5656
5757 # Download and cache dependencies
5858 - restore_cache :
@@ -136,7 +136,7 @@ jobs:
136136 - envs/
137137 - stack/
138138 - .aws/
139-
139+
140140 deploy :
141141 << : *defaults
142142 steps :
Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ setup_git
2626echo " Getting latest changes from git"
2727changes=$( git log $( git describe --tags --abbrev=0) ..HEAD --oneline)
2828
29- sudo pip install --upgrade bumpversion
3029bumpversion patch --message " {current_version} → {new_version}. Changes: ${changes} "
3130
3231echo " Override maven settings"
33- sudo cp -rf maven/settings.xml /usr/share/maven/conf
32+ cp -rf maven/settings.xml /usr/share/maven/conf
3433echo " Import gpg key"
3534export GPG_TTY=$( tty)
3635gpg --batch --passphrase " $GPG_PASSPHRASE " --import java-sign-keys/private.asc
You can’t perform that action at this time.
0 commit comments