Skip to content

Can't deploy cytoscape-editor on main #640

@xhluca

Description

@xhluca

It seems that although cytoscape-editor can be correctly deployed to any branch, when pushed to main it yields the following error:

#!/bin/bash -eo pipefail
APPS_MODIFIED=$(ls apps | sort -u)

if [ -z "$APPS_MODIFIED" ]
then
  echo "No app change detected. Skipping the deploy.."
  exit 0
fi

for APP in $APPS_MODIFIED
do
  PATH="$HOME/bin:$PATH" ./deploy "$APP"
done
====> Deploying cytoscape-editor
      dashr: false
      exists: true
 !    Unable to clone repository

Exited with code exit status 1
CircleCI received exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogbugsomething brokeninfrastructurebuild process etc.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions