Simplify travis config.
This commit is contained in:
parent
46a8efb38a
commit
2bd99ffd33
1 changed files with 2 additions and 5 deletions
|
@ -19,11 +19,8 @@ addons:
|
||||||
- yq
|
- yq
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- >-
|
- git -C "$HOME" clone "$BUILDER_REPO" --depth=1 -q
|
||||||
git clone https://${GH_PAT}@github.com/${GH_USER}/${BUILDER_REPO}.git
|
- eval "$BUILD_CMD"
|
||||||
${HOME}/${BUILDER_REPO} --depth=1 -q
|
|
||||||
- cp -r ${HOME}/${BUILDER_REPO}/framework/* .
|
|
||||||
- bash _cibuild.sh
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only: production
|
only: production
|
||||||
|
|
Loading…
Reference in a new issue