Skip to content

Commit 0fa3340

Browse files
committed
Simplify travis config.
1 parent a0c4a94 commit 0fa3340

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ addons:
1919
- yq
2020

2121
script:
22-
- >-
23-
git clone https://${GH_PAT}@github.com/${GH_USER}/${BUILDER_REPO}.git
24-
${HOME}/${BUILDER_REPO} --depth=1 -q
25-
- cp -r ${HOME}/${BUILDER_REPO}/framework/* .
26-
- bash _cibuild.sh
22+
- git -C "$HOME" clone "$BUILDER_REPO" --depth=1 -q
23+
- eval "$BUILD_CMD"
2724

2825
branches:
2926
only: production

0 commit comments

Comments
 (0)