Skip to content

Commit 98068c0

Browse files
committed
Debug CI by leaving images alive
1 parent e0ef868 commit 98068c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pipeline {
192192
}
193193
post {
194194
always {
195-
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
195+
//sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
196196
sh 'echo Reverting ownership'
197197
sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
198198
}

docker/dev/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1
66
ENV S6_FIX_ATTRS_HIDDEN=1
77

88
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
9-
&& rm -rf /etc/nginx \
109
&& apk update \
1110
&& apk add python2 certbot jq \
1211
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)