Skip to content
Snippets Groups Projects
Commit b49a4699 authored by Ruffin's avatar Ruffin Committed by ruffsl
Browse files

Update labels

parent a1097607
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
# --build-arg OVERLAY_MIXINS ./
ARG FROM_IMAGE=osrf/ros2:nightly
# multi-stage build for caching
FROM $FROM_IMAGE as cache
# multi-stage for caching
FROM $FROM_IMAGE AS cache
WORKDIR /tmp
# copy package manifests for caching
......@@ -20,8 +20,8 @@ RUN mkdir ./cache && cd ./src && \
find ./ -name "COLCON_IGNORE" | \
xargs cp --parents -t ../cache
# multi-stage build for compiling
FROM $FROM_IMAGE
# multi-stage for building
FROM $FROM_IMAGE AS build
# install CI dependencies
RUN apt-get update && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment