Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7310 from EOSIO/mac-anka-fleet-v2
Browse files Browse the repository at this point in the history
Switched to git checkout of commit + supporting forked repo
  • Loading branch information
NorseGaud authored May 8, 2019
2 parents 1feae7e + 0c5231c commit 00af24b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ steps:
agents:
- "queue=mac-anka-templater-fleet"
env:
REPO: "${BUILDKITE_REPO}"
REPO_BRANCH: "${BUILDKITE_BRANCH}"
REPO: "${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}"
REPO_COMMIT: "${BUILDKITE_COMMIT}"
CHECKSUMABLE: "${CHECKSUMABLE}"
TEMPLATE: "${ANKA_MOJAVE_TEMPLATE}"
TEMPLATE_TAG: "${ANKA_TEMPLATE_TAG}"
TAG_COMMANDS: "CLONED_REPO_DIR/scripts/eosio_build.sh -y -P -m" # CLONED_REPO_DIR IS REQUIRED and is where the repo is always cloned into
TAG_COMMANDS: "./scripts/eosio_build.sh -y -P -m" # CLONED_REPO_DIR IS REQUIRED and is where the repo is always cloned into
PROJECT_TAG: "${MAC_TAG}"
timeout: 60

Expand All @@ -30,7 +30,7 @@ steps:
# branch: "master"
# env:
# REPO: "${BUILDKITE_REPO}"
# REPO_BRANCH: "${BUILDKITE_BRANCH}"
# REPO_COMMIT: "${BUILDKITE_COMMIT}"
# CHECKSUMABLE: "${CHECKSUMABLE}"
# TEMPLATE: "${ANKA_MOJAVE_TEMPLATE}"
# TEMPLATE_TAG: "${ANKA_TEMPLATE_TAG}"
Expand All @@ -45,7 +45,7 @@ steps:

- label: ":darwin: [Darwin] Mojave Build"
command:
- "git clone git@github.com:EOSIO/eos.git -b ${BUILDKITE_BRANCH} eos && cd eos && git submodule update --init --recursive && ./scripts/eosio_build.sh -y -P -m"
- "git clone ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO} && cd eos && git checkout ${BUILDKITE_COMMIT} && git submodule update --init --recursive && ./scripts/eosio_build.sh -y -P -m"
- "tar -pczf /Network/NAS/MAC_FLEET/BUILDKITE/artifacts/${ANKA_MOJAVE_TEMPLATE}-${BUILDKITE_PIPELINE_SLUG}-${BUILDKITE_BUILD_ID}.tar.gz eos"
plugins:
chef/anka#v0.4.4:
Expand Down

0 comments on commit 00af24b

Please sign in to comment.