Skip to content

Commit

Permalink
cleanup: remove pull_policy for build jobs to use the prefered method…
Browse files Browse the repository at this point in the history
… from the runner configuration
  • Loading branch information
tgaertner committed Aug 5, 2024
1 parent 9b864f8 commit 50d7488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/.build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
extends: .base-build
image:
name: node:${BUILD_NODE_VERSION}
pull_policy: if-not-present
cache:
key: assets-$CI_JOB_NAME-$CI_COMMIT_REF_NAME
paths:
Expand Down
1 change: 0 additions & 1 deletion build/.build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
extends: .base-build
image:
name: composer:${BUILD_COMPOSER_VERSION}
pull_policy: if-not-present
variables:
COMPOSER_CACHE_DIR: '${CI_PROJECT_DIR}/.composer'
cache:
Expand Down

0 comments on commit 50d7488

Please sign in to comment.