aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorThéo Zimmermann2020-01-21 10:01:01 +0100
committerThéo Zimmermann2020-01-21 10:01:01 +0100
commit4d12b00277aa1bfde14ba459363a5e9d38d4aeac (patch)
treeb88fafe76695a5c1463ce3466f764609060a781c /dev
parente0f1a73167b890f0b4002b36c8ee42f0f0b48b5b (diff)
parentef5611ef8aee5f17059a5fba0d705893ea03117a (diff)
Merge PR #11431: [ci] Pin SF until they solve their CI issues.
Reviewed-by: Zimmi48
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-sf.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/ci/ci-sf.sh b/dev/ci/ci-sf.sh
index 2b1d2298f2..b9d6215e60 100755
--- a/dev/ci/ci-sf.sh
+++ b/dev/ci/ci-sf.sh
@@ -4,7 +4,10 @@ ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
CIRCLE_SF_TOKEN=00127070c10f5f09574b050e4f08e924764680d2
-data=$(wget https://circleci.com/api/v1.1/project/gh/DeepSpec/sfdev/latest/artifacts?circle-token=${CIRCLE_SF_TOKEN} -O -)
+
+# "latest" is disabled due to lack of build credits upstream, thus artifacts fail
+# data=$(wget https://circleci.com/api/v1.1/project/gh/DeepSpec/sfdev/latest/artifacts?circle-token=${CIRCLE_SF_TOKEN} -O -)
+data=$(wget https://circleci.com/api/v1.1/project/gh/DeepSpec/sfdev/1411/artifacts?circle-token=${CIRCLE_SF_TOKEN} -O -)
mkdir -p "${CI_BUILD_DIR}" && cd "${CI_BUILD_DIR}"