Skip to content

Commit

Permalink
Remove mutagen installed in upstream image
Browse files Browse the repository at this point in the history
non-root users can't install to /usr/local/bin/
  • Loading branch information
andytson-inviqa committed Apr 25, 2022
1 parent 984ed28 commit 6f00ed4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6f00ed4

Please sign in to comment.