Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
ytsync
Commits
3baa0b53
Commit
3baa0b53
authored
Aug 08, 2019
by
ci
Browse files
add forgotten sudo
parent
49985223
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3baa0b53
...
...
@@ -16,6 +16,8 @@ job:
-
$HOME/gopath/pkg/mod
before_script
:
-
whoami && pwd
-
USER=$(whoami)
-
apt update -q && apt install -qqy --no-install-recommends locales-all sudo youtube-dl ffmpeg tree curl
-
apt install -qqy --no-install-recommends python-pip python-dev libffi-dev libssl-dev gcc libc-dev make
-
curl -fsSL https://get.docker.com -o get-docker.sh
...
...
e2e/e2e.sh
View file @
3baa0b53
...
...
@@ -50,7 +50,7 @@ done
echo
"successfully started..."
# make sure we have permission to mess with the volumes
chown
"
$USER
"
:
-R
./persist
sudo
chown
"
$USER
"
:
-R
./persist
#Data Setup for test
#Add a ytsync user
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment