Skip to content
Snippets Groups Projects
Unverified Commit 7040aeb4 authored by Ruffin's avatar Ruffin Committed by GitHub
Browse files

Switch to nightly tag for release image (#1746)

as tests for connext rmw have been disabled.54
parent fc762f65
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -ex
export FROM_IMAGE=osrf/ros2:nightly-rmw-nonfree
export FROM_IMAGE=osrf/ros2:nightly
export FAIL_ON_BUILD_FAILURE=""
export UNDERLAY_MIXINS="release ccache"
export OVERLAY_MIXINS="release ccache"
......
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