Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy cytoscape-editor on main #640

Open
xhluca opened this issue May 31, 2021 · 0 comments
Open

Can't deploy cytoscape-editor on main #640

xhluca opened this issue May 31, 2021 · 0 comments

Comments

@xhluca
Copy link
Collaborator

xhluca commented May 31, 2021

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
@xhluca xhluca closed this as completed Jun 22, 2021
@xhluca xhluca reopened this Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant