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

Uploading plugins is broken if caching is off #33

Open
dragos opened this issue Feb 4, 2014 · 0 comments
Open

Uploading plugins is broken if caching is off #33

dragos opened this issue Feb 4, 2014 · 0 comments

Comments

@dragos
Copy link
Member

dragos commented Feb 4, 2014

I get errors (cp org.scala-ide.worksheet/target/site does not exist) when trying to build a release with caching off. Looks like the issue might be

function publishPlugin () {
  info "uploading $1"

  cd "${TMP_DIR}"
  rm -rf *
  P2_ID_VAR_NAME=$3_P2_ID
  cp -r "$(getCacheLocation ${!P2_ID_VAR_NAME})" site
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