You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
-[General Concepts](https://github.com/kairops/general-concepts/blob/master/es/toc.md) about Software Development (Spanish)
133
+
-[General Concepts](https://github.com/tpbtools/general-concepts/blob/master/es/toc.md) about Software Development (Spanish)
134
134
-[Play with Docker](https://training.play-with-docker.com)
135
135
136
136
## Stuff Intallation
@@ -143,7 +143,7 @@ Execute the command:
143
143
devcontrol/actions/install-stuff.sh exec
144
144
```
145
145
146
-
...or use `devcontrol install-stuff` if you have [Devcontrol](https://github.com/teecke/devcontrol) installed on your system) and wait for the script to finish.
146
+
...or use `devcontrol install-stuff` if you have [Devcontrol](https://github.com/tpbtools/devcontrol) installed on your system) and wait for the script to finish.
147
147
148
148
## BDD examples
149
149
@@ -159,7 +159,7 @@ To execute the tests:
159
159
--shm-size 1g \
160
160
-dit --restart unless-stopped \
161
161
-v $(pwd):/opt/docker-learning \
162
-
kairops/duing
162
+
tpbtools/duing
163
163
```
164
164
165
165
2. Copy the `/opt/docker-learning/bdd-examples/test/` directory in `/opt/duingdemo/ci-scripts/test/`. This will add the examples to the `features` directory.
0 commit comments