diff options
author | Jason Evans <jasone@canonware.com> | 2019-01-14 15:10:39 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2019-01-14 18:35:48 (GMT) |
commit | 225d89998bae562b13b681f74019697b66e07f02 (patch) | |
tree | 7753fd4e5e21c2af7747536a48d7ccee98fc7a95 | |
parent | f459454afe019251712728b983d2eed0b03f5c80 (diff) | |
download | jemalloc-225d89998bae562b13b681f74019697b66e07f02.zip jemalloc-225d89998bae562b13b681f74019697b66e07f02.tar.gz jemalloc-225d89998bae562b13b681f74019697b66e07f02.tar.bz2 |
Revert "Remove --branch=${CIRRUS_BASE_BRANCH} in git clone command."
This reverts commit fc13a7f1fa7d1cfc1d393d7a448e68d0f433d840.
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5e6756a..8b1b38d 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 https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git ${CIRRUS_WORKING_DIR} + - 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 fetch origin ${CIRRUS_BRANCH}/head:${CIRRUS_BRANCH} - git checkout ${CIRRUS_BRANCH} script: |