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 #8074 from EOSIO/2.0.x-10.14.6
Browse files Browse the repository at this point in the history
[2.0.x] Upgrade mac anka template to 10.14.6
  • Loading branch information
NorseGaud authored Oct 15, 2019
2 parents d964b6f + aef98cc commit 8c10d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail
# environment
. ./.cicd/helpers/general.sh
export MOJAVE_ANKA_TAG_BASE=${MOJAVE_ANKA_TAG_BASE:-'clean::cicd::git-ssh::nas::brew::buildkite-agent'}
export MOJAVE_ANKA_TEMPLATE_NAME=${MOJAVE_ANKA_TEMPLATE_NAME:-'10.14.4_6C_14G_40G'}
export MOJAVE_ANKA_TEMPLATE_NAME=${MOJAVE_ANKA_TEMPLATE_NAME:-'10.14.6_6C_14G_40G'}
export PLATFORMS_JSON_ARRAY='[]'
[[ -z "$ROUNDS" ]] && export ROUNDS='1'
LINUX_CONCURRENCY='8'
Expand Down Expand Up @@ -459,7 +459,7 @@ cat <<EOF
- chef/anka#v0.5.4:
no-volume: true
inherit-environment-vars: true
vm-name: 10.14.4_6C_14G_40G
vm-name: 10.14.6_6C_14G_40G
vm-registry-tag: "clean::cicd::git-ssh::nas::brew::buildkite-agent"
always-pull: true
debug: true
Expand Down

0 comments on commit 8c10d06

Please sign in to comment.