0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00

👷 Use the helper for automated build

This commit is contained in:
mathieu.brunot 2018-11-25 10:22:02 +01:00
parent 6b3661edee
commit bddf3e47c1
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -13,18 +13,13 @@ branches:
before_script: before_script:
- env | sort - env | sort
- name="uxbox"
- image="madmath03/uxbox:${VERSION}"
- dir="docker/"
script: script:
- travis_retry docker build -t "$image" "$dir" - manager.sh run
after_script: after_script:
- docker images - docker images
- docker run --name "$name" -d "$image" "$dir"
- docker ps - docker ps
- docker logs "$name"
notifications: notifications:
email: false email: false