0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -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:
- env | sort
- name="uxbox"
- image="madmath03/uxbox:${VERSION}"
- dir="docker/"
script:
- travis_retry docker build -t "$image" "$dir"
- manager.sh run
after_script:
- docker images
- docker run --name "$name" -d "$image" "$dir"
- docker ps
- docker logs "$name"
notifications:
email: false