From 9885270a8f9b086f56feec6044d329c666e59322 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Mon, 6 Sep 2021 10:27:17 -0700 Subject: [PATCH] Issue #19: unique names for CI jobs and script typo --- .github/workflows/solo.yml | 2 +- .github/workflows/stone_361.yml | 2 +- dev/downloadSoloGemStone.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/solo.yml b/.github/workflows/solo.yml index 3bb9ea6..5a1cc47 100644 --- a/.github/workflows/solo.yml +++ b/.github/workflows/solo.yml @@ -1,4 +1,4 @@ -name: CI +name: solo CI on: push: diff --git a/.github/workflows/stone_361.yml b/.github/workflows/stone_361.yml index b639a9f..1e806c4 100644 --- a/.github/workflows/stone_361.yml +++ b/.github/workflows/stone_361.yml @@ -1,4 +1,4 @@ -name: CI +name: stone_361 CI on: push: diff --git a/dev/downloadSoloGemStone.sh b/dev/downloadSoloGemStone.sh index 62db2b3..3a9fdb3 100755 --- a/dev/downloadSoloGemStone.sh +++ b/dev/downloadSoloGemStone.sh @@ -5,4 +5,4 @@ if [ "$PLATFORM" = "macos-10.15" ] ; then ln -s GemStone64Bit${vers}-i386.Darwin product else ln -s GemStone64Bit${vers}-x86_64.Linux product -fi`` +fi