Skip to content

Commit e516f4a

Browse files
committed
Fixed the file access permissions
1 parent 8ddf917 commit e516f4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/build_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set -o pipefail
44

55
whoami | groups
6-
sudo chmod -R 777 /github/home/
6+
sudo chmod -R 777 /github/
77
pip install --user --upgrade pip==18.0
88
pip install --user --no-cache-dir -r requirements.txt
99
python test_hello_world.py

.github/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set -o pipefail
44

55
whoami | groups
6-
sudo chmod -R 777 /github/home/
6+
sudo chmod -R 777 /github/
77
pip install --user --upgrade pip==18.0
88
pip install --user --no-cache-dir -r requirements.txt
99
~/.local/bin/pyinstaller -F hello_world.py

0 commit comments

Comments
 (0)