aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-24 12:05:39 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-24 12:05:41 -0700
commit92584ec4201ecc27af423cbff7b4bc1573edf175 (patch)
tree416d1fae8bd82af1f470a1be25c8763da042a5e4 /.gitlab-ci.yml
parente81774a66980ba17c42380884f39aa61b54e5eef (diff)
downloadsandcrawler-92584ec4201ecc27af423cbff7b4bc1573edf175.tar.gz
sandcrawler-92584ec4201ecc27af423cbff7b4bc1573edf175.zip
rework fetch_hadoop script
Should work on macOS now, and fetches hadoop in addition to pig. Still requires wget (not installed by default on macOS).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3970bbb..2ccf776 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ test_scalding:
# Needs fixing
#test_pig:
# script:
+# - ./fetch_hadoop.sh
# - cd pig
-# - ./fetch_deps.sh
# - pipenv install --dev --deploy
# - JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::") pipenv run pytest