mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
👷 Use the helper for automated build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user