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

Create a release to point to for downloading archive #186

Closed
Auspicus opened this issue Sep 20, 2018 · 2 comments
Closed

Create a release to point to for downloading archive #186

Auspicus opened this issue Sep 20, 2018 · 2 comments
Labels

Comments

@Auspicus
Copy link

- Do you want to request a feature or report a bug?

Feature

- What is the current behavior?

No tags or releases set

- What is the expected behavior?

I'm setting up a repo for an example setup of docker images to run GoTrue and it would be nice to be able to point to a specific version (release or tag) of the repo rather than pulling master via codeload:

# download latest gotrue archive
curl -o gotrue.zip https://codeload.github.com/netlify/gotrue/zip/master

# could be replaced with
# curl -o gotrue.zip https://codeload.github.com/netlify/gotrue/zip/1.0.0

# unzip archive
unzip gotrue.zip

# remove archive
rm -rf gotrue.zip

# move files from archive into app folder
mv ./gotrue-master/* ./app

# remove unzipped archive folder
rm -rf ./gotrue-master
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!

@github-actions github-actions bot added the stale label Apr 24, 2021
@github-actions
Copy link

github-actions bot commented May 1, 2021

This issue was closed because it had no activity for over 1 year.

@github-actions github-actions bot closed this as completed May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant