File tree Expand file tree Collapse file tree 2 files changed +0
-66
lines changed Expand file tree Collapse file tree 2 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -159,62 +159,6 @@ services:
159159 commands :
160160 - /usr/local/bin/dockerd-entrypoint.sh dockerd --host "unix:///workspace/docker.sock" --storage-driver overlay2 --log-level error
161161
162- ---
163- kind : pipeline
164- name : wordpress-runtime-5.7
165-
166- depends_on :
167- - wordpress-runtime-bedrock
168-
169- workspace :
170- base : /workspace
171- path : src/github.com/bitpoke/stack-runtimes
172-
173- steps :
174- - &step
175- name : setup docker
176- pull : always
177- image : docker.io/bitpoke/build:v0.3.0-3.g7069e76
178- environment : &baseEnv
179- TAG_SUFFIX : ${DRONE_BRANCH/master/}
180- TEST_HOSTNAME : docker
181- commands :
182- - dockerize -wait unix:///workspace/docker.sock -timeout 10s
183- - docker info
184- - make -C wordpress pull-$DRONE_STAGE_NAME
185-
186- - << : *step
187- name : build image
188- pull : default
189- commands :
190- - make -C wordpress $DRONE_STAGE_NAME
191-
192- - << : *step
193- name : test image
194- pull : default
195- commands :
196- - make -C wordpress test-$DRONE_STAGE_NAME
197-
198- - << : *step
199- name : publish
200- pull : default
201- environment :
202- << : *baseEnv
203- DOCKER_USER :
204- from_secret : DOCKER_USER
205- DOCKER_PASSWORD :
206- from_secret : DOCKER_PASSWORD
207- commands :
208- - docker login -u="$DOCKER_USER" -p="$DOCKER_PASSWORD" docker.io
209- - make -C wordpress push-$DRONE_STAGE_NAME
210-
211- services :
212- - name : docker
213- image : docker:20.10.8-dind
214- privileged : true
215- commands :
216- - /usr/local/bin/dockerd-entrypoint.sh dockerd --host "unix:///workspace/docker.sock" --storage-driver overlay2 --log-level error
217-
218162---
219163kind : pipeline
220164name : wordpress-runtime-5.8
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments