Skip to content

Commit

Permalink
Fix broken x86-64 builders
Browse files Browse the repository at this point in the history
D'oh
  • Loading branch information
SeanTAllen committed May 9, 2020
1 parent 11ec4f7 commit a298423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-scripts/x86-64-nightly.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -z "${CLOUDSMITH_API_KEY}" ]]; then
exit 1
fi

if [[ -z "${TRIPLE_VENODR}" ]]; then
if [[ -z "${TRIPLE_VENDOR}" ]]; then
echo -e "\e[31mVendor needs to be set in TRIPLE_VENDOR."
echo -e "Exiting.\e[0m"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion .ci-scripts/x86-64-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -z "${CLOUDSMITH_API_KEY}" ]]; then
exit 1
fi

if [[ -z "${TRIPLE_VENODR}" ]]; then
if [[ -z "${TRIPLE_VENDOR}" ]]; then
echo -e "\e[31mVendor needs to be set in TRIPLE_VENDOR."
echo -e "Exiting.\e[0m"
exit 1
Expand Down

0 comments on commit a298423

Please sign in to comment.