Skip to content

Commit cd00c87

Browse files
committed
AC-7423::Upgrade Test Pipeline jenkins job failed while upgrading - Clear composer cache
1 parent 864e6c7 commit cd00c87

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/php/8.2-cli/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fi
1919

2020
# Configure composer
2121
[ ! -z "${COMPOSER_VERSION}" ] && \
22+
composer clearcache && \
2223
composer self-update $COMPOSER_VERSION
2324

2425
[ ! -z "${COMPOSER_GITHUB_TOKEN}" ] && \

images/php/cli/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fi
1919

2020
# Configure composer
2121
[ ! -z "${COMPOSER_VERSION}" ] && \
22+
composer clearcache && \
2223
composer self-update $COMPOSER_VERSION
2324

2425
[ ! -z "${COMPOSER_GITHUB_TOKEN}" ] && \

0 commit comments

Comments
 (0)