Skip to content

Commit e652235

Browse files
committed
Replace bash with a python script
1 parent db17ff2 commit e652235

File tree

6 files changed

+170
-236
lines changed

6 files changed

+170
-236
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__

.metadata-lib

Lines changed: 0 additions & 68 deletions
This file was deleted.

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ language: bash
22
services: docker
33

44
env:
5-
- VERSION=1.37.0 VARIANT=buster/slim
6-
- VERSION=1.37.0 VARIANT=buster
7-
- VERSION=1.37.0 VARIANT=stretch/slim
5+
#VERSIONS
86
- VERSION=1.37.0 VARIANT=stretch
7+
- VERSION=1.37.0 VARIANT=stretch/slim
8+
- VERSION=1.37.0 VARIANT=buster
9+
- VERSION=1.37.0 VARIANT=buster/slim
10+
#VERSIONS
911

1012
install:
1113
- git clone https://github.com/docker-library/official-images.git ~/official-images

generate-stackbrew-library.sh

Lines changed: 0 additions & 109 deletions
This file was deleted.

update.sh

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)