Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit a9b849d

Browse files
committed
make auto-test pass
1 parent ac800ae commit a9b849d

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Will build every image. Look at the test for example command lines.
1818
## Adding an image
1919

2020
* copy one of the the existing directories
21-
* See .travis.yml & images.py for directions on adding a new configuration
21+
* See images.py for directions on adding a new configuration
2222
* create a new automated build on docker hub, copying build setting of existing image
2323

2424
## Publishing a new release
@@ -36,13 +36,7 @@ triggered by pushing a tag to this repo. The tag has the form 2017.0.0-2.
3636
* Tag with the release name
3737

3838
git tag -a 2017.0.0-2 -m '2017.0.0-2 release'
39-
40-
* Push changes, this will trigger testing on travis-ci
41-
4239
git push
43-
44-
* When travis-ci testing completes, push the tag
45-
4640
git push origin 2017.0.0-2
4741

4842
* Check later that all builds have completed on docker hub
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sut:
22
build: .
3-
command: python -c sdfsdfds
3+
command: python -c "import scipy"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sut:
22
build: .
3-
command: python -c sdfsdfds
3+
command: python -c "import scipy"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sut:
22
build: .
3-
command: python -c sdfsdfds
3+
command: python -c "import scipy"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sut:
22
build: .
3-
command: python -c sdfsdfds
3+
command: python -c "import scipy"

tpls/tpl.docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sut:
22
build: .
3-
command: python -c sdfsdfds
3+
command: python -c "import scipy"

0 commit comments

Comments
 (0)