From 20895331c63f4a3febe4aed7930818e5e03d6c98 Mon Sep 17 00:00:00 2001 From: infl00p Date: Tue, 14 Sep 2021 17:25:49 +0300 Subject: [PATCH] Pipeline support - fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0c125c..b4a2b57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -72,7 +72,7 @@ spec: steps { container('tea') { - sh 'apk update && apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing tea' + sh 'ls -la && pwd && apk update && apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing tea' sh "tea login add -n ${GITEA_LOGIN}" sh "tea r create -t ${BUILD_TAG} --tag ${BUILD_NUMBER} -a site.tar.gz" }