1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated CI

This commit is contained in:
Eldad Fux 2020-12-10 23:31:45 +02:00
parent 5e458b8e1c
commit 08174df928

View file

@ -30,8 +30,8 @@ before_install:
# - docker save -o docker_images/images.tar appwrite_appwrite
install:
- sudo apt-get update -y
- sudo apt-get install -y hostname
- apt-get update -y
- apt-get install -y hostname
- hostname -i
- hostname -i | awk '{print $3}'
- docker --version