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

CI improvement: consider making cli usable for local use of docker #1

Open
pyramation opened this issue Jul 10, 2020 · 3 comments
Open

Comments

@pyramation
Copy link
Contributor

pyramation commented Jul 10, 2020

This could reduce time needed in travis!

like they do here:
https://github.com/sqitchers/docker-sqitch

docker pull sqitch/sqitch
curl -L https://git.io/fAX6Z -o sqitch && chmod +x sqitch
./sqitch help

The https://git.io/fAX6Z link is actually this:
https://raw.githubusercontent.com/sqitchers/docker-sqitch/master/docker-sqitch.sh

@pyramation pyramation changed the title consider making cli usable for local use of docker CI improvement: consider making cli usable for local use of docker Jul 10, 2020
@pyramation
Copy link
Contributor Author

works locally! I've verified by deploying something, e.g., path/to/sqitch.sh deploy db:pg:abcdef-db

@theory
Copy link

theory commented Aug 14, 2020

Updated sqitch shell script URL is https://git.io/JJKCn (replace fAX6Z with JJKCn).

@pyramation
Copy link
Contributor Author

@theory thank you! Btw, sorry I haven't yet finished those images, will be getting on it soon!

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

2 participants