Skip to content

Commit

Permalink
Image runs as root, no sudo available
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Feb 24, 2022
1 parent 9a920ad commit ce585a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
name: Install babashka
command: |
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
sudo bash install.sh
bash install.sh
rm install.sh
- run:
name: Install deployment-script
Expand Down

0 comments on commit ce585a0

Please sign in to comment.