File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
architect : extsoft
2
2
docker :
3
- image : extsoft /elegant-git-ci:2
3
+ image : beeshive /elegant-git-ci:2
4
4
as_root : true
5
5
merge :
6
6
fast-forward : only
Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
language : bash
3
3
services : docker
4
- script : docker run -t --rm -v $PWD:/eg extsoft /elegant-git-ci:2 ./run-tests
4
+ script : docker run -t --rm -v $PWD:/eg beeshive /elegant-git-ci:2 ./run-tests
5
5
notifications :
6
6
email : false
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ A testing procedure consists of 3 steps:
14
14
3 . validation of todo' correctness (for [ 0pdd] ( http://www.0pdd.com/p?name=bees-hive/elegant-git ) )
15
15
16
16
All these steps can be executed by
17
- ` docker run -it --rm -v $PWD:/eg extsoft /elegant-git-ci:2 ./run-tests ` .
17
+ ` docker run -it --rm -v $PWD:/eg beeshive /elegant-git-ci:2 ./run-tests ` .
18
18
19
- ` extsoft /elegant-git-ci` Docker image is also used on CI. If the image requires modifications,
19
+ ` beeshive /elegant-git-ci` Docker image is also used on CI. If the image requires modifications,
20
20
it has to be updated manually by the following instructions:
21
21
1 . update ` Dockerfile ` (including ` version ` and ` description ` )
22
- 2 . ` docker build -t extsoft /elegant-git-ci:<version> . `
23
- 3 . ` docker push extsoft /elegant-git-ci:<version> `
22
+ 2 . ` docker build -t beeshive /elegant-git-ci:<version> . `
23
+ 3 . ` docker push beeshive /elegant-git-ci:<version> `
24
24
25
25
# Unit testing
26
26
## Addons
You can’t perform that action at this time.
0 commit comments