From 1ce522c87eee5c393e798fc9b008c2dd7512b0e8 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 10 Oct 2020 16:35:01 -0700 Subject: [PATCH] Plan doesn't support Solr, so we don't need this right now --- pantheon/default.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pantheon/default.yml b/pantheon/default.yml index dcbb121..25226c0 100644 --- a/pantheon/default.yml +++ b/pantheon/default.yml @@ -38,18 +38,7 @@ git-push: - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - ssh-keygen -R "$PANTHEON_GIT_HOST" - ssh-keyscan -t rsa -p "$PANTHEON_GIT_HOST_PORT" "$PANTHEON_GIT_HOST" >> ~/.ssh/known_hosts - - - composer install --no-dev --no-ansi -n -d wp-content/mu-plugins/solr-power - - sed -i '/vendor\//d' wp-content/mu-plugins/solr-power/.gitignore - - sed -i '/assets\/*/d' wp-content/mu-plugins/solr-power/.gitignore - - - curl -sL https://deb.nodesource.com/setup_10.x | bash - - - apt-get install -y nodejs - - - cd ${CI_PROJECT_DIR}/wp-content/mu-plugins/solr-power - - npm install - - ./node_modules/grunt/bin/grunt - - rm -rf ./node_modules + # TODO: add build steps here once things are converted to submodules. # TODO: add Terminus to handle pushes and cache clearing. script: - cd ${CI_PROJECT_DIR} -- GitLab