Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit c5ba464

Browse files
committed
update CI
1 parent 76682e4 commit c5ba464

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,6 @@ build36:
3939
- $CI_COMMIT_TAG =~ /^deploy+/
4040
retry: 2
4141

42-
build27-alpine:
43-
stage: build
44-
script:
45-
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD"
46-
- docker build --pull --tag "${REGISTRY_IMAGE}:2.7-A" --tag "${REGISTRY_IMAGE}:py2.7-alpine" --tag "${REGISTRY_IMAGE}:python2.7-alpine" ./python2.7-alpine/
47-
- docker push "${REGISTRY_IMAGE}:2.7-A"
48-
- docker push "${REGISTRY_IMAGE}:py2.7-alpine"
49-
- docker push "${REGISTRY_IMAGE}:python2.7-alpine"
50-
only:
51-
variables:
52-
- $CI_COMMIT_TAG =~ /^deploy+/
53-
retry: 2
54-
55-
build36-alpine:
56-
stage: build
57-
script:
58-
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD"
59-
- docker build --pull --tag "${REGISTRY_IMAGE}:3.6-A" --tag "${REGISTRY_IMAGE}:py3.6-alpine" --tag "${REGISTRY_IMAGE}:python3.6-alpine" ./python3.6-alpine/
60-
- docker push "${REGISTRY_IMAGE}:3.6-A"
61-
- docker push "${REGISTRY_IMAGE}:py3.6-alpine"
62-
- docker push "${REGISTRY_IMAGE}:python3.6-alpine"
63-
only:
64-
variables:
65-
- $CI_COMMIT_TAG =~ /^deploy+/
66-
retry: 2
67-
6842
notify_succcess_slack:
6943
stage: notifications
7044
allow_failure: true

0 commit comments

Comments
 (0)