Skip to content

Commit ce585a0

Browse files
committed
Image runs as root, no sudo available
1 parent 9a920ad commit ce585a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
name: Install babashka
9797
command: |
9898
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
99-
sudo bash install.sh
99+
bash install.sh
100100
rm install.sh
101101
- run:
102102
name: Install deployment-script

0 commit comments

Comments
 (0)