diff options
author | Jason Evans <jasone@canonware.com> | 2019-01-11 20:38:14 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2019-01-11 21:50:56 (GMT) |
commit | fc13a7f1fa7d1cfc1d393d7a448e68d0f433d840 (patch) | |
tree | c25030cad84f4577707b7eef4f19fccb118ea181 | |
parent | 646af596d8c4ffefc1f7edf432aa2b4e669bcc78 (diff) | |
download | jemalloc-fc13a7f1fa7d1cfc1d393d7a448e68d0f433d840.zip jemalloc-fc13a7f1fa7d1cfc1d393d7a448e68d0f433d840.tar.gz jemalloc-fc13a7f1fa7d1cfc1d393d7a448e68d0f433d840.tar.bz2 |
Remove --branch=${CIRRUS_BASE_BRANCH} in git clone command.
The --branch parameter is unnecessary, and may avoid problems when
testing directly on the dev branch.
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 8b1b38d..5e6756a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,7 +12,7 @@ task: - pkg upgrade -y - pkg install -y autoconf git gmake clone_script: - - git clone --tags --branch=${CIRRUS_BASE_BRANCH} https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git ${CIRRUS_WORKING_DIR} + - git clone --tags https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git ${CIRRUS_WORKING_DIR} - git fetch origin ${CIRRUS_BRANCH}/head:${CIRRUS_BRANCH} - git checkout ${CIRRUS_BRANCH} script: |