Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 183303a

Browse files
We are not root
1 parent c8c9ea2 commit 183303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
source $BASH_ENV
170170
echo BRANCH="$BRANCH"
171171
echo "Generate release notes"
172-
apt-get update -y && apt-get install python3-venv
172+
sudo apt-get update -y && sudo apt-get install python3-venv
173173
go get github.com/github-release/github-release
174174
export GITHUB_TOKEN=$(sh get-access-token.sh | tail -n 1)
175175
GITHUB_USER=seleniumhq-community GITHUB_REPO=docker-seleniarm ~/go/bin/github-release release --tag seleniarm-v4.1.3-20220409 --name seleniarm-v4.1.3-20220409 --description "Test Test"

0 commit comments

Comments
 (0)