File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -58,22 +58,12 @@ pip-compile base_frozen.in
58
58
59
59
## Development process
60
60
61
- At the beginning set up infrastructure for your test project. You can find description
62
- for it in [ here] ( https://wiki.allegrogroup.com/display/POGRANICZE/Terraform+in+BigFlow+Projects+Guideline ) .
61
+ At the beginning set up infrastructure for your test project.
63
62
64
63
Then implement your changes for bigflow and push changes on your newly created specific branch.
65
64
66
65
After that, on test project set in ` requirements.in ` bigflow version from your branch.
67
- to do that you just need to set bigflow in ` requirements.in ` file like that:
68
-
69
- ``` shell script
70
- # bigflow[bigquery]==1.5.0 <- oryginalna instalacja
71
- git+https://github.com/allegro/bigflow@name-of-your-brancg#egg=bigflow[your-dependencies]
72
- ```
73
- and add in your ` Dockerfile ` following command
74
- ``` shell script
75
- apt-get install -y git
76
- ```
66
+ to do that you just need to set bigflow in ` requirements.in ` file.
77
67
78
68
Then remove your ` requirements.txt ` file,
79
69
build dependencies once again (using ` pip-compile ` or ` bf build-requirements ` command), then uninstall bigflow locally
You can’t perform that action at this time.
0 commit comments