Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update CNB tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-buildpacks-eng committed Sep 3, 2019
1 parent 93d7a49 commit 6f4ed31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fi
PACK_VERSION=${PACK_VERSION:-""}
source scripts/install_tools.sh "$PACK_VERSION"

export CNB_BUILD_IMAGE=${CNB_BUILD_IMAGE:-cloudfoundry/cnb-build:cflinuxfs3}
export CNB_RUN_IMAGE=${CNB_RUN_IMAGE:-cloudfoundry/cnb-run:cflinuxfs3}
export CNB_BUILD_IMAGE=${CNB_BUILD_IMAGE:-cloudfoundry/build:full-cnb}
export CNB_RUN_IMAGE=${CNB_RUN_IMAGE:-cloudfoundry/run:full-cnb}

# Always pull latest images
# Most helpful for local testing consistency with CI (which would already pull the latest)
Expand Down

0 comments on commit 6f4ed31

Please sign in to comment.