We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c4a94 commit 0fa3340Copy full SHA for 0fa3340
1 file changed
.travis.yml
@@ -19,11 +19,8 @@ addons:
19
- yq
20
21
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
+ - git -C "$HOME" clone "$BUILDER_REPO" --depth=1 -q
+ - eval "$BUILD_CMD"
27
28
branches:
29
only: production
0 commit comments