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:
parent
6b3661edee
commit
bddf3e47c1
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue