Skip to content

Commit 864e6c7

Browse files
committed
AC-7423::Upgrade Test Pipeline jenkins job failed while upgrading from 245p1 to 245p2 - Clear composer cache
1 parent 5094270 commit 864e6c7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

images/php/7.4-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/8.0-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/8.1-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)