This commit is contained in:
Leonid Lapshin
2020-11-04 00:42:36 +03:00
parent 09533dd5e9
commit 9d8d110fcf

View File

@@ -21,7 +21,7 @@ chmod 755 $IMAGE_FOLDER
PATH=${PATH#"\""}
PATH=${PATH%"\""}
echo "PATH=$PATH" | sudo tee -a /etc/environment
echo "Updated PATH: $PATH
echo "Updated PATH: $PATH"
# Clean yarn and npm cache
yarn cache clean