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
be41f7cc
Commit
be41f7cc
authored
Aug 08, 2019
by
ci
Browse files
fix permissions on directories
parent
3baa0b53
Pipeline
#393
failed with stage
in 2 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
be41f7cc
...
...
@@ -7,6 +7,7 @@ job:
script
:
#Fetch master to be used in deploy condition to prevent deploying on old commits.
-
whoami && pwd
-
USER=$(whoami)
-
./e2e/e2e.sh
cache
:
...
...
e2e/e2e.sh
View file @
be41f7cc
...
...
@@ -28,6 +28,7 @@ export LBRYNET_WALLETS_DIR="$(pwd)/e2e/persist/.lbrynet/.local/share/lbry/lbryum
export
TMP_DIR
=
"/var/tmp"
#ensure that docker can be run and managed from the user
USER
=
$(
whoami
)
sudo
usermod
-aG
docker
"
$USER
"
cd
./e2e
...
...
@@ -50,6 +51,7 @@ done
echo
"successfully started..."
# make sure we have permission to mess with the volumes
sudo
find ./persist
-type
d
-exec
chmod
777
{}
\;
sudo chown
"
$USER
"
:
-R
./persist
#Data Setup for test
...
...
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