install docker without sudo
This commit is contained in:
@@ -68,8 +68,8 @@ build_docker_frontend:
|
|||||||
- check_app_update
|
- check_app_update
|
||||||
- build_frontend
|
- build_frontend
|
||||||
script:
|
script:
|
||||||
- sudo apt update
|
- apt update
|
||||||
- sudo apt install -y docker.io
|
- apt install -y docker.io
|
||||||
- source variables.env || true
|
- source variables.env || true
|
||||||
- if [ "$NEW_COMMIT" != "true" ]; then
|
- if [ "$NEW_COMMIT" != "true" ]; then
|
||||||
echo "No new commit, skipping build";
|
echo "No new commit, skipping build";
|
||||||
|
|||||||
Reference in New Issue
Block a user