This commit is contained in:
Eldad Fux
2020-12-10 23:37:05 +02:00
parent 08174df928
commit 1378704c6c
+2 -2
View File
@@ -30,8 +30,8 @@ before_install:
# - docker save -o docker_images/images.tar appwrite_appwrite
install:
- apt-get update -y
- apt-get install -y hostname
- sudo apt-get update -y
- sudo apt-get install -y hostname
- hostname -i
- hostname -i | awk '{print $3}'
- docker --version