From 6f00ed47eca52743406142b67155b5f5191dffe8 Mon Sep 17 00:00:00 2001 From: Andy Thompson Date: Mon, 18 Apr 2022 17:13:38 +0100 Subject: [PATCH] Remove mutagen installed in upstream image non-root users can't install to /usr/local/bin/ --- Jenkinsfile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a17fe43f..5307ea090 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,14 +60,6 @@ pipeline { sh './test wordpress dynamic mutagen' } } - stage('Install Mutagen') { - steps { - sh 'apk add grep' - sh 'curl --fail --silent --show-error --location --output /tmp/mutagen.tar.gz https://github.com/mutagen-io/mutagen/releases/download/v0.11.8/mutagen_linux_amd64_v0.11.8.tar.gz' - sh 'tar -C /usr/local/bin/ -xf /tmp/mutagen.tar.gz' - sh 'rm -f /tmp/mutagen.tar.gz' - } - } stage('Acceptance Tests') { environment { REUSE_EXISTING_WORKSPACE = "yes" @@ -168,14 +160,6 @@ pipeline { sh './test magento1 dynamic mutagen' } } - stage('Install Mutagen') { - steps { - sh 'apk add grep' - sh 'curl --fail --silent --show-error --location --output /tmp/mutagen.tar.gz https://github.com/mutagen-io/mutagen/releases/download/v0.11.8/mutagen_linux_amd64_v0.11.8.tar.gz' - sh 'tar -C /usr/local/bin/ -xf /tmp/mutagen.tar.gz' - sh 'rm -f /tmp/mutagen.tar.gz' - } - } stage('Acceptance Tests') { environment { REUSE_EXISTING_WORKSPACE = "yes"