We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e929f commit 908f590Copy full SHA for 908f590
.github/workflows/config.yml
@@ -30,7 +30,7 @@ jobs:
30
- DOCKER_IMAGE: osrf/debian_arm64:stretch
31
fail-fast: false
32
33
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
34
timeout-minutes: 90
35
36
name: linux
@@ -53,7 +53,8 @@ jobs:
53
docker run --rm $QEMU_VOLUME -v $CI_SOURCE_PATH:$CI_SOURCE_PATH -e "DOCKER_IMAGE=$DOCKER_IMAGE" -e "COLLISION_LIB=$COLLISION_LIB" -e "CI_SOURCE_PATH=$CI_SOURCE_PATH" -e "HOME=$HOME" -t $DOCKER_IMAGE sh -c "cd $CI_SOURCE_PATH; ./.travis.sh"
54
55
catkin:
56
57
+ container: ubuntu:18.04
58
timeout-minutes: 60
59
60
steps:
0 commit comments