Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

chore: Per Florent's explanation, let's tag if can pull; else skip. This is just a performance enhancement to reuse unchanged layers when building che-theia-dev, not an indicator to SKIP the che-theia-dev build. #1216

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- |
set -e
docker image prune -a -f
docker pull quay.io/eclipse/che-theia-dev:next-travis
docker tag quay.io/eclipse/che-theia-dev:next-travis eclipse/che-theia-dev:next-travis
docker pull quay.io/eclipse/che-theia-dev:next-travis && \
docker tag quay.io/eclipse/che-theia-dev:next-travis eclipse/che-theia-dev:next-travis || true
TAG=$TAG-${TRAVIS_CPU_ARCH} ./build.sh --root-yarn-opts:--ignore-scripts --dockerfile:Dockerfile.$DIST
- <<: *docker-build
name: Docker build (Alpine) on arm64
Expand Down