Skip to content

Commit f338e95

Browse files
author
Sébastien GLON
authored
Remove composer / npm / yarn shared cache (#99)
* Update Jenkinsfile * remove shared folder
1 parent ca88d00 commit f338e95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,10 @@ def withBuildNode(String phpVersion, body) {
433433
command: 'cat',
434434
alwaysPullImage: true,
435435
envVars: [
436-
envVar(key: "COMPOSER_HOME", value: "/shared/.composer"),
437436
envVar(key: "COMPOSER_AUTH", value: "{\"github-oauth\":{\"github.com\": \"$token\"}}")],
438437
resourceRequestCpu: '500m',
439438
resourceRequestMemory: '1000Mi')
440439
], volumes: [
441-
nfsVolume(mountPath: '/shared', serverAddress: "${env.NFS_IP}", serverPath: '/exports', readOnly: false),
442440
hostPathVolume(hostPath: "/var/run/docker.sock", mountPath: "/var/run/docker.sock")
443441
]) {
444442
node("build-" + uuid) {

0 commit comments

Comments
 (0)