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